Changeset e4e9d60 in rtems
- Timestamp:
- Sep 29, 2004, 5:29:10 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- a93c174
- Parents:
- c774850d
- Location:
- scripts
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rc774850d re4e9d60 1 2004-09-29 Joel Sherrill <joel@OARcorp.com> 2 3 * buildall.in, buildalltar.in, binutils/Makefile.am, 4 cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add, 5 gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, 6 rtemsdoc/Makefile.am: i960 obsoleted. 7 1 8 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
scripts/binutils/Makefile.am
rc774850d re4e9d60 30 30 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@ 31 31 RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec 32 33 i960-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)34 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@35 RPM_SPECS_DATA += i960-rtems@osversion@-$(BINUTILSVERS).spec36 32 37 33 m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) -
scripts/buildall.in
rc774850d re4e9d60 64 64 65 65 # This is the full list .. some may not build at any given time. 66 #ALL_TARGETS="i386-rtems i960-rtemsm68k-rtems \66 #ALL_TARGETS="i386-rtems m68k-rtems \ 67 67 # m68k-rtemself mips-rtems \ 68 68 # powerpc-rtems sh-rtems sh-rtemself sparc-rtems" … … 71 71 if [ "X${TARGETS}" = "X" ] ; then 72 72 # do not include tic4x as primary targets 73 # do not include sh-elf or i960-elfsecondary targets74 TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtemsm68k-rtems \73 # do not include sh-elf or secondary targets 74 TARGETS="arm-rtems h8300-rtems i386-rtems m68k-rtems \ 75 75 mips-rtems powerpc-rtems sh-rtems sparc-rtems" 76 76 fi -
scripts/buildalltar.in
rc774850d re4e9d60 96 96 97 97 # This is the full list .. some may not build at any given time. 98 #ALL_TARGETS="i386-rtems i960-rtemsm68k-rtems \98 #ALL_TARGETS="i386-rtems m68k-rtems \ 99 99 # m68k-rtemself mips-rtems \ 100 100 # powerpc-rtems sh-rtems sh-rtemself sparc-rtems" … … 103 103 if [ "X${TARGETS}" = "X" ] ; then 104 104 # do not include tic4x as primary targets 105 # do not include sh-elf or i960-elfsecondary targets105 # do not include sh-elf or secondary targets 106 106 TARGETS="arm-rtems h8300-rtems i386-rtems \ 107 107 m68k-rtems mips-rtems powerpc-rtems \ … … 296 296 cd b-${target}-gdb 297 297 case ${target} in 298 arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | i960* |\298 arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | \ 299 299 m32r* | mcore* | mips* | mn10200* | mn10300* | sh* | sparc*| v850* | \ 300 300 w65* | z8k*) -
scripts/cpukit/Makefile.am
rc774850d re4e9d60 26 26 $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ > $@ 27 27 RPM_SPECS_DATA += i386-rtems@osversion@-cpukit.spec 28 29 i960-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)30 $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems@osversion@ > $@31 RPM_SPECS_DATA += i960-rtems@osversion@-cpukit.spec32 28 33 29 m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS) -
scripts/gcc3newlib/Makefile.am
rc774850d re4e9d60 41 41 RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec 42 42 43 i960-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)44 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@45 RPM_SPECS_DATA += i960-rtems@osversion@-$(GCC3NEWLIBVERS).spec46 47 43 m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 48 44 $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@ -
scripts/gcc3newlib/gccnewlib.add
rc774850d re4e9d60 91 91 %define build_gnat %_gnat 92 92 %define build_gcj %_gcj 93 %endif94 95 %if "%{gcc_target}" == "i960-rtems@osversion@"96 %define build_cxx 097 93 %endif 98 94 -
scripts/gdb/Makefile.am
rc774850d re4e9d60 39 39 # $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@ 40 40 # RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec 41 42 i960-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)43 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@44 RPM_SPECS_DATA += i960-rtems@osversion@-$(GDBVERS).spec45 41 46 42 m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) -
scripts/rtems/Makefile.am
rc774850d re4e9d60 12 12 i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) 13 13 $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386 14 15 i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)16 $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme96117 14 18 15 m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS) … … 34 31 35 32 RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \ 36 i960-rtems-cvme961-$(BSPVERS).spec m68k-rtems-gen68360-$(BSPVERS).spec \37 powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \38 s h-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).spec33 m68k-rtems-gen68360-$(BSPVERS).spec powerpc-rtems-mcp750-$(BSPVERS).spec \ 34 sh-rtems-gensh1-$(BSPVERS).spec sh-rtemself-gensh1-$(BSPVERS).spec \ 35 sparc-rtems-erc32-$(BSPVERS).spec 39 36 40 37 noinst_DATA = $(TEMPLATES) -
scripts/rtemsdoc/.cvsignore
rc774850d re4e9d60 8 8 filesystem-docs.add 9 9 i386-supplement.add 10 i960-supplement.add11 10 itron-docs.add 12 11 m68k-supplement.add -
scripts/rtemsdoc/Makefile.am
rc774850d re4e9d60 1 ##2 ## $Id$3 1 ## 4 2 … … 7 5 CLEANFILES = 8 6 9 SUPPLEMENTS = arm c4x i386 i960m68k mips powerpc sh sparc7 SUPPLEMENTS = arm c4x i386 m68k mips powerpc sh sparc 10 8 11 9 DOCS = ada_user posix1003_1 bsp_howto
Note: See TracChangeset
for help on using the changeset viewer.