summaryrefslogtreecommitdiffstats
path: root/make/custom/simhppa.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-26 16:41:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-26 16:41:44 +0000
commit65e6b542fa8a8cdf6c3046eba2d77afb66ef647e (patch)
treef1a4eec6163c717832a10dc89ac938eb2229a8da /make/custom/simhppa.cfg
parent2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-65e6b542fa8a8cdf6c3046eba2d77afb66ef647e.tar.bz2
2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-no_bsp.cfg: Remove -ansi -fasm. * compilers/gcc-default.cfg: Dito. * compilers/gcc-portsw.cfg: Remove -Hansi. * custom/posix.cfg: Remove inclusion of target.cfg. * custom/simhppa.cfg: Remove -ansi -fasm.
Diffstat (limited to 'make/custom/simhppa.cfg')
-rw-r--r--make/custom/simhppa.cfg4
1 files changed, 1 insertions, 3 deletions
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