summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-09 01:45:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-09 01:45:47 +0000
commit8c1f11a2e9a077f77f845393ba84b67caef83ed7 (patch)
tree8c7a3a31b200f2b145748c12efa53494c080800f
parent2003-09-08 Derick Hammond <derick@perkinstechnologies.com.au> (diff)
downloadrtems-8c1f11a2e9a077f77f845393ba84b67caef83ed7.tar.bz2
2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 470/bsps * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe): Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile. (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/ppcn_60x.cfg4
2 files changed, 6 insertions, 2 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index d94eed9e96..fc80e3bd84 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
+
2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 470/bsps
diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg
index bf37fef669..5adee114c6 100644
--- a/make/custom/ppcn_60x.cfg
+++ b/make/custom/ppcn_60x.cfg
@@ -21,8 +21,8 @@ CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
# NOTE: some level of -O may be actually required by inline assembler
-CFLAGS_OPTIMIZE_V=-O0 -fno-keep-inline-functions -fvolatile-global -fvolatile
-#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -fvolatile-global -fvolatile
+CFLAGS_OPTIMIZE_V=-O0 -fno-keep-inline-functions
+#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \