summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-no_bsp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/compilers/gcc-no_bsp.cfg')
-rw-r--r--make/compilers/gcc-no_bsp.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg
index 63f9187020..fb3f74ee1d 100644
--- a/make/compilers/gcc-no_bsp.cfg
+++ b/make/compilers/gcc-no_bsp.cfg
@@ -69,7 +69,7 @@ endef
#
CPU_CFLAGS =
-CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm
+CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS