summaryrefslogtreecommitdiffstats
path: root/make/custom/genmongoosev.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:09:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:09:43 +0000
commit88f60e26a802e26429558e6e1190465778ed827f (patch)
tree823447c65718b3178bd545ad1efe9899fdcac932 /make/custom/genmongoosev.cfg
parent2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-88f60e26a802e26429558e6e1190465778ed827f.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS. * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272 support. * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
Diffstat (limited to '')
-rw-r--r--make/custom/genmongoosev.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/genmongoosev.cfg b/make/custom/genmongoosev.cfg
index e2a3af50ed..d1d863458d 100644
--- a/make/custom/genmongoosev.cfg
+++ b/make/custom/genmongoosev.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=genmongoosev
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-mips1 -g -G0
+CPU_CFLAGS=-mips1 -G0
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS