From 65e6b542fa8a8cdf6c3046eba2d77afb66ef647e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Apr 2001 16:41:44 +0000 Subject: 2001-04-26 Ralf Corsepius * 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. --- make/custom/simhppa.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'make/custom/simhppa.cfg') 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 -- cgit v1.2.3