summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/posix.cfg1
-rw-r--r--make/custom/simhppa.cfg4
2 files changed, 1 insertions, 4 deletions
diff --git a/make/custom/posix.cfg b/make/custom/posix.cfg
index 490f2c940b..7eea257e7f 100644
--- a/make/custom/posix.cfg
+++ b/make/custom/posix.cfg
@@ -4,7 +4,6 @@
# $Id$
#
-# include $(RTEMS_ROOT)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
# Set them here, otherwise gcc-target-default.cfg will set them to values
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index 375143d166..e072e840d6 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -24,11 +24,9 @@ CPU_CFLAGS = -mpa-risc-1-1 -mportable-runtime
# Possibles:
# -Wall -- lots of warnings
# -pipe -- compiler uses pipes to talk to phases (usually faster)
-# -ansi -- ANSI C compliance
-# -fasm -- ANSI, but allow inline assembler
# -mgas -- we are using gas as assembler
# -fno-keep-inline-functions -- do not emit any inlines as static
-CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm -mgas
+CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -mgas
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS