summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-portsw.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 13:05:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 13:05:10 +0000
commit3a410c5691a8976e0136b16b7a9fdd25a9fb3c34 (patch)
tree4ca7f133f11a8a028dbbfb281e05e444ab2981c1 /make/compilers/gcc-portsw.cfg
parent2000-10-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3a410c5691a8976e0136b16b7a9fdd25a9fb3c34.tar.bz2
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* compilers/gcc-portsw.cfg: Use gcc style flags.
Diffstat (limited to 'make/compilers/gcc-portsw.cfg')
-rw-r--r--make/compilers/gcc-portsw.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg
index ddcec0ed0e..1394d5eeca 100644
--- a/make/compilers/gcc-portsw.cfg
+++ b/make/compilers/gcc-portsw.cfg
@@ -49,7 +49,8 @@ CPPFLAGS=$(XCPPFLAGS) $(DEFINES) \
# default flags
-CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
+#CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
+CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS