Changeset 06f2f75 in rtems
- Timestamp:
- 10/31/00 16:44:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a296771
- Parents:
- df3b242
- Location:
- scripts
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rdf3b242 r06f2f75 1 2000-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, 4 gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: 5 Added mips-rtems, updated to include new patches and 6 gcc 2.95.2/newlib 1.8.2 revision 11 RPM. 7 1 8 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
scripts/binutils/Makefile.am
rdf3b242 r06f2f75 43 43 mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 44 44 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems 45 mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 46 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems 45 47 46 48 powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) … … 63 65 i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \ 64 66 m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \ 65 mips 64orion-rtems-$(BINUTILSVERS).spec \67 mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \ 66 68 powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \ 67 69 sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec -
scripts/buildall.in
rdf3b242 r06f2f75 65 65 # This is the full list .. hppa1.1 does not build now. 66 66 #ALL_TARGETS="hppa1.1-rtems i386-rtems i960-rtems m68k-rtems \ 67 # m68k-rtemself mips 64orion-rtems \67 # m68k-rtemself mips-rtems mips64orion-rtems \ 68 68 # powerpc-rtems sh-rtems sh-rtemself sparc-rtems" 69 69 … … 73 73 # do not include sh-elf or i960-elf secondary targets 74 74 TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \ 75 mips 64orion-rtems powerpc-rtems sh-rtems sparc-rtems"75 mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems" 76 76 fi 77 77 -
scripts/gccnewlib/HISTORY
rdf3b242 r06f2f75 4 4 # $Id$ 5 5 # 6 7 RPM Version gcc2.95.2newlib1.8.2-11 8 =================================== 9 + fixes i386 soft float problem 10 + mips-rtems target added 11 + newlib include files reworked to allow RTEMS to use standard newlib 12 .h files. 13 14 newlib_patch_version=20001027 15 gcc_patch_version=20001030 16 17 RPM Version gcc2.95.2newlib1.8.2-10 18 =================================== 19 + i386 soft floating point worked but incorrectly included two 20 copies of some libgcc.a routines. 21 + added a29k-rtems support 22 23 NOTE: Internal Only Number 6 24 7 25 RPM Version gcc2.95.2newlib1.8.2-9 -
scripts/gccnewlib/Makefile.am
rdf3b242 r06f2f75 55 55 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems 56 56 57 mips-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 58 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems 59 57 60 powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 58 61 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems … … 74 77 i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \ 75 78 m68k-rtems-$(GCCNEWLIBVERS).spec \ 76 mips 64orion-rtems-$(GCCNEWLIBVERS).spec \79 mips-rtems-$(GCCNEWLIBVERS).spec mips64orion-rtems-$(GCCNEWLIBVERS).spec \ 77 80 powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \ 78 81 sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec -
scripts/gdb/Makefile.am
rdf3b242 r06f2f75 43 43 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems 44 44 45 mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 46 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems 47 45 48 powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 46 49 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems … … 59 62 h8300-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).spec \ 60 63 i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \ 61 m68k-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \ 62 powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \ 63 sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec 64 m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \ 65 mips64orion-rtems-$(GDBVERS).spec powerpc-rtems-$(GDBVERS).spec \ 66 sh-rtems-$(GDBVERS).spec sh-rtemself-$(GDBVERS).spec \ 67 sparc-rtems-$(GDBVERS).spec 64 68 65 69 CLEANFILES += $(RPM_SPECS_DATA) -
scripts/mkgdbspec.in
rdf3b242 r06f2f75 58 58 extra_configure_arguments="--enable-sim" 59 59 ;; 60 mips*) 61 extra_configure_arguments="--enable-sim" 62 ;; 60 63 powerpc*) 61 64 extra_configure_arguments="--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware" -
scripts/setup.def
rdf3b242 r06f2f75 8 8 binutils_rpm_release=2 9 9 newlib_version=1.8.2 10 newlib_patch_version=2000 090710 newlib_patch_version=20001027 11 11 gcc_version=2.95.2 12 gcc_patch_version=2000 082813 gccnewlib_rpm_release=1 012 gcc_patch_version=20001030 13 gccnewlib_rpm_release=11 14 14 gdb_version=5.0 15 15 gdb_patch_version=20000718
Note: See TracChangeset
for help on using the changeset viewer.