mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user