Changeset 282180cc in rtems
- Timestamp:
- 01/07/04 20:35:07 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c6c2f8d
- Parents:
- ac44232
- Location:
- scripts
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rac44232 r282180cc 1 2004-01-07 Joel Sherrill <joel@OARcorp.com> 2 3 * buildall.in, buildalltar.in, binutils/Makefile.am, 4 cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, 5 gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, 6 rtemsdoc/Makefile.am: mips64orion port removed as mips port more 7 completely covers the MIPS family. 8 1 9 2003-12-16 Joel Sherrill <joel@OARcorp.com> 2 10 -
scripts/binutils/Makefile.am
rac44232 r282180cc 43 43 RPM_SPECS_DATA += m68k-rtems@osversion@-$(BINUTILSVERS).spec 44 44 45 mips64orion-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)46 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@47 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(BINUTILSVERS).spec48 49 45 mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 50 46 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ -
scripts/buildall.in
rac44232 r282180cc 65 65 # This is the full list .. some may not build at any given time. 66 66 #ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \ 67 # m68k-rtemself mips-rtems mips64orion-rtems\67 # m68k-rtemself mips-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-rtems mips64orion-rtemspowerpc-rtems sh-rtems sparc-rtems"75 mips-rtems powerpc-rtems sh-rtems sparc-rtems" 76 76 fi 77 77 -
scripts/buildalltar.in
rac44232 r282180cc 97 97 # This is the full list .. some may not build at any given time. 98 98 #ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \ 99 # m68k-rtemself mips-rtems mips64orion-rtems\99 # m68k-rtemself mips-rtems \ 100 100 # powerpc-rtems sh-rtems sh-rtemself sparc-rtems" 101 101 … … 105 105 # do not include sh-elf or i960-elf secondary targets 106 106 TARGETS="arm-rtems h8300-rtems i386-rtems \ 107 m68k-rtems mips 64orion-rtems mips-rtems powerpc-rtems \107 m68k-rtems mips-rtems powerpc-rtems \ 108 108 sh-rtems sh-rtemself sparc-rtems" 109 109 fi -
scripts/cpukit/Makefile.am
rac44232 r282180cc 39 39 RPM_SPECS_DATA += m68k-rtems@osversion@-cpukit.spec 40 40 41 mips64orion-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)42 $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems@osversion@ > $@43 RPM_SPECS_DATA += mips64orion-rtems@osversion@-cpukit.spec44 45 41 mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS) 46 42 $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@ -
scripts/gcc3newlib/Makefile.am
rac44232 r282180cc 53 53 RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec 54 54 55 mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)56 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@57 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec58 59 55 mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 60 56 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ -
scripts/gccnewlib/Makefile.am
rac44232 r282180cc 50 50 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems 51 51 52 mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)53 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems54 55 52 mips-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 56 53 $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems … … 72 69 i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \ 73 70 m68k-rtems-$(GCCNEWLIBVERS).spec mips-rtems-$(GCCNEWLIBVERS).spec \ 74 mips64orion-rtems-$(GCCNEWLIBVERS).spec \75 71 powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \ 76 72 sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec -
scripts/gdb/Makefile.am
rac44232 r282180cc 53 53 RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec 54 54 55 mips64orion-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)56 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@57 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GDBVERS).spec58 59 55 mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 60 56 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ -
scripts/rtems/Makefile.am
rac44232 r282180cc 19 19 $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360 20 20 21 mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)22 $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p460023 24 21 powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) 25 22 $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750 … … 38 35 RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \ 39 36 i960-rtems-cvme961-$(BSPVERS).spec m68k-rtems-gen68360-$(BSPVERS).spec \ 40 mips64orion-rtems-p4600-$(BSPVERS).spec \41 37 powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \ 42 38 sh-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).spec -
scripts/rtemsdoc/.cvsignore
rac44232 r282180cc 13 13 Makefile 14 14 Makefile.in 15 mips64orion-supplement.add16 15 mips-supplement.add 17 16 mkspec -
scripts/rtemsdoc/Makefile.am
rac44232 r282180cc 11 11 MKSPEC_DEPS = mkspec rtemsdoc.spec.in $(top_builddir)/setup.cache 12 12 13 SUPPLEMENTS = arm c4x i386 i960 m68k mips mips64orionpowerpc sh sparc13 SUPPLEMENTS = arm c4x i386 i960 m68k mips powerpc sh sparc 14 14 15 15 DOCS = ada_user posix1003_1 bsp_howto
Note: See TracChangeset
for help on using the changeset viewer.