2003-09-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
This commit is contained in:
Ralf Corsepius
2003-09-09 01:45:33 +00:00
parent 8a323b0972
commit 0adf2ef4a3
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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) \