summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog4
-rw-r--r--make/compilers/gcc-portsw.cfg3
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 163d44e22b..eec7eb4901 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,8 @@
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
+ * compilers/gcc-portsw.cfg: Use gcc style flags.
+
2000-09-13 Joel Sherrill <joel@OARcorp.com>
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
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