summaryrefslogtreecommitdiffstats
path: root/make/custom/gba.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
commit0c642539f20904a139fb2851d18d9a55ffce8729 (patch)
treeeddbdfa1e4148db59036b942264e79bc3eb605e0 /make/custom/gba.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to '')
-rw-r--r--make/custom/gba.cfg9
1 files changed, 1 insertions, 8 deletions
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
index d154fc1e5f..9e40b7439b 100644
--- a/make/custom/gba.cfg
+++ b/make/custom/gba.cfg
@@ -18,17 +18,10 @@ RTEMS_BSP_FAMILY=gba
#CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mthumb -mthumb-interwork -msoft-float -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# NOTE2: some level of -O may be actually required by inline assembler
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O3
CXXFLAGS_OPTIMIZE_V=-O3
-# debug flags: typically none, but at least -O1 is required due to
-# this BSP using inlined code
-CFLAGS_DEBUG_V=-O1 -ggdb
-CXXFLAGS_DEBUG_V=-O1 -ggdb
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-Wl,-Map,$(basename $@).map -o $(basename $@).elf \