forked from Imagelibrary/rtems
2002-05-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Use -mcpu=603e. * custom/ppcn_60x.cfg: Use -mcpu=603e. * custom/psim.cfg: Use -mcpu=603e. * custom/score603e.cfg: Use -mcpu=603e. * custom/ts_386ex.cfg: Remove obsolete comments. * custom/rxgen960.cfg: Remove obsolete comments. * custom/cvme961.cfg: Remove obsolete comments.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2002-05-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/dmv177.cfg: Use -mcpu=603e.
|
||||
* custom/ppcn_60x.cfg: Use -mcpu=603e.
|
||||
* custom/psim.cfg: Use -mcpu=603e.
|
||||
* custom/score603e.cfg: Use -mcpu=603e.
|
||||
* custom/ts_386ex.cfg: Remove obsolete comments.
|
||||
* custom/rxgen960.cfg: Remove obsolete comments.
|
||||
* custom/cvme961.cfg: Remove obsolete comments.
|
||||
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
|
||||
|
||||
@@ -17,10 +17,6 @@ RTEMS_BSP_FAMILY=cvme961
|
||||
#
|
||||
CPU_CFLAGS=-mca
|
||||
|
||||
# -pipe does not work in our local configuration of FSF GCC 2.6.0
|
||||
# configured on top of Intel Release 2.4. We did this to replace
|
||||
# the GCC 2.4.5 shipped with Intel Release 2.4.
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
|
||||
|
||||
@@ -19,7 +19,7 @@ RTEMS_BSP_FAMILY=dmv177
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
|
||||
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=ppcn_60x
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
|
||||
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=psim
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
|
||||
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
|
||||
#-ffunction-sections
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
|
||||
@@ -18,10 +18,6 @@ RTEMS_BSP_FAMILY=rxgen960
|
||||
# CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__
|
||||
CPU_CFLAGS = -mrp
|
||||
|
||||
# -pipe does not work in our local configuration of FSF GCC 2.6.0
|
||||
# configured on top of Intel Release 2.4. We did this to replace
|
||||
# the GCC 2.4.5 shipped with Intel Release 2.4.
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
|
||||
|
||||
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=score603e
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
|
||||
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -23,8 +23,6 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
|
||||
# -fomit-frame-pointer breaks debugging and C++ exceptions
|
||||
CFLAGS_OPTIMIZE_V= -O4
|
||||
|
||||
# This section makes the target dependent options file.
|
||||
|
||||
# Something like this should produce a map file but this does not work.
|
||||
|
||||
# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS)
|
||||
@@ -33,10 +31,6 @@ CFLAGS_OPTIMIZE_V= -O4
|
||||
# though (1.9 Mb for hello) and greatly slows the build process.
|
||||
# $(OBJDUMP) -x -m i386 -d $(basename $@).coff > $(basename $@).rdmp
|
||||
|
||||
# The following are definitions of make-exe which will work using ld as
|
||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
||||
# will be able to override parts of the compilers specs and link using gcc.
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user