mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>).
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