From 8c1f11a2e9a077f77f845393ba84b67caef83ed7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 9 Sep 2003 01:45:47 +0000 Subject: 2003-08-23 Ralf Corsepius 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 ). --- make/custom/ppcn_60x.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/ppcn_60x.cfg') 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) \ -- cgit v1.2.3