summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/gcc-target-default.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 /c/src/make/compilers/gcc-target-default.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 '')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index c0baabb6d4..530df0dced 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -18,7 +18,7 @@
# cf. make.info ("Implicit rules/variables" for details)
# NOTE: Should these go to CPPFLAGS ?
-CFLAGS_DEFAULT=-g -Wall -ansi -fasm
+CFLAGS_DEFAULT=-g -Wall
# NOTE: CPU_CFLAGS should probably be renamed to CPU_CPPFLAGS
# NOTE: CPU_DEFINES should probably be merged with CPU_CFLAGS