summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-no_bsp.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 20:42:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 20:42:10 +0000
commit5d1ea96d4274317f721129ae76f566c46b9691f7 (patch)
tree5286fc1ae2cf09fe015a2d6735c070bfd4bd6879 /make/compilers/gcc-no_bsp.cfg
parentRalf Corsepius pushing us farther down the autconf path: (diff)
downloadrtems-5d1ea96d4274317f721129ae76f566c46b9691f7.tar.bz2
added -Wno-unused to debug flags
Diffstat (limited to '')
-rw-r--r--make/compilers/gcc-no_bsp.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg
index b34869e045..b5aa908e7f 100644
--- a/make/compilers/gcc-no_bsp.cfg
+++ b/make/compilers/gcc-no_bsp.cfg
@@ -81,7 +81,7 @@ CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# debug flag; typically -g
-CFLAGS_DEBUG_V=-g
+CFLAGS_DEBUG_V=-g -Wno-unused
# when debugging, optimize flag: typically empty
# some compilers do allow optimization with their "-g"