summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog10
-rw-r--r--make/custom/cvme961.cfg4
-rw-r--r--make/custom/dmv177.cfg2
-rw-r--r--make/custom/ppcn_60x.cfg2
-rw-r--r--make/custom/psim.cfg2
-rw-r--r--make/custom/rxgen960.cfg4
-rw-r--r--make/custom/score603e.cfg2
-rw-r--r--make/custom/ts_386ex.cfg6
8 files changed, 14 insertions, 18 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 9fe5b6089b..bc1a3952cd 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -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
diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg
index 9b5a512d2e..bfa70a5ee3 100644
--- a/make/custom/cvme961.cfg
+++ b/make/custom/cvme961.cfg
@@ -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
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index e8a7a7221a..d68073da1b 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -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
diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg
index 828401f462..6302018ff3 100644
--- a/make/custom/ppcn_60x.cfg
+++ b/make/custom/ppcn_60x.cfg
@@ -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
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index b6b06d4815..846f64d80d 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -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
diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg
index 11f8a8fc7c..e8824ec549 100644
--- a/make/custom/rxgen960.cfg
+++ b/make/custom/rxgen960.cfg
@@ -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
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 249076286f..5dbe9d8ab8 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -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
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index c5f23a816d..862d1a7070 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -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)