Changeset eec76f3c in rtems
- Timestamp:
- 05/14/02 15:51:29 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 55b3616
- Parents:
- 606926f
- Location:
- make
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r606926f reec76f3c 1 2002-05-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/dmv177.cfg: Use -mcpu=603e. 4 * custom/ppcn_60x.cfg: Use -mcpu=603e. 5 * custom/psim.cfg: Use -mcpu=603e. 6 * custom/score603e.cfg: Use -mcpu=603e. 7 * custom/ts_386ex.cfg: Remove obsolete comments. 8 * custom/rxgen960.cfg: Remove obsolete comments. 9 * custom/cvme961.cfg: Remove obsolete comments. 10 1 11 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 12 -
make/custom/cvme961.cfg
r606926f reec76f3c 18 18 CPU_CFLAGS=-mca 19 19 20 # -pipe does not work in our local configuration of FSF GCC 2.6.021 # configured on top of Intel Release 2.4. We did this to replace22 # the GCC 2.4.5 shipped with Intel Release 2.4.23 24 20 # optimize flag: typically -0, could use -O4 or -fast 25 21 # -O4 is ok for RTEMS -
make/custom/dmv177.cfg
r606926f reec76f3c 20 20 # and (hopefully) optimize for it. 21 21 # 22 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e22 CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e 23 23 24 24 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/ppcn_60x.cfg
r606926f reec76f3c 17 17 # and (hopefully) optimize for it. 18 18 # 19 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e19 CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e 20 20 21 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/psim.cfg
r606926f reec76f3c 16 16 # and (hopefully) optimize for it. 17 17 # 18 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e18 CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e 19 19 #-ffunction-sections 20 20 -
make/custom/rxgen960.cfg
r606926f reec76f3c 18 18 # CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__ 19 19 CPU_CFLAGS = -mrp 20 21 # -pipe does not work in our local configuration of FSF GCC 2.6.022 # configured on top of Intel Release 2.4. We did this to replace23 # the GCC 2.4.5 shipped with Intel Release 2.4.24 20 25 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/score603e.cfg
r606926f reec76f3c 21 21 # and (hopefully) optimize for it. 22 22 # 23 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e23 CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e 24 24 25 25 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/ts_386ex.cfg
r606926f reec76f3c 24 24 CFLAGS_OPTIMIZE_V= -O4 25 25 26 # This section makes the target dependent options file.27 28 26 # Something like this should produce a map file but this does not work. 29 27 … … 33 31 # though (1.9 Mb for hello) and greatly slows the build process. 34 32 # $(OBJDUMP) -x -m i386 -d $(basename $@).coff > $(basename $@).rdmp 35 36 # The following are definitions of make-exe which will work using ld as37 # is currently required. It is expected that as of gcc 2.8, the end user38 # will be able to override parts of the compilers specs and link using gcc.39 33 40 34 define make-exe
Note: See TracChangeset
for help on using the changeset viewer.