Changeset 92166f37 in rtems
- Timestamp:
- 05/18/04 09:42:36 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a14e350a
- Parents:
- 51ca358
- Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r51ca358 r92166f37 1 2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * binutils/Makefile.am: Add sh-rtemscoff. 4 Remove sh-rtemself. 5 * binutils/binutils.add: BuildRequires flex. 6 * autotools/automake-rtems.spec.in: Automake 1.8.5. 7 1 8 2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
scripts/autotools/automake-rtems.spec.in
r51ca358 r92166f37 3 3 # 4 4 5 %define rpmvers 1.8. 46 %define srcvers 1.8. 45 %define rpmvers 1.8.5 6 %define srcvers 1.8.5 7 7 %define amvers 1.8 8 8 -
scripts/binutils/Makefile.am
r51ca358 r92166f37 55 55 RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec 56 56 57 sh-rtems elf@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)58 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems elf@osversion@ > $@59 RPM_SPECS_DATA += sh-rtems elf@osversion@-$(BINUTILSVERS).spec57 sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 58 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@ 59 RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec 60 60 61 61 sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) -
scripts/binutils/binutils.add
r51ca358 r92166f37 14 14 BuildPreReq: /sbin/install-info 15 15 BuildPreReq: texinfo >= 4.2 16 BuildPreReq: flex 16 17 17 18 Version: %{binutils_version}
Note: See TracChangeset
for help on using the changeset viewer.