summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 05:51:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 05:51:15 +0000
commit6bf9e0a4475d77f787e2884895f3b73c7c14898d (patch)
tree18c0f79589b5f9f07b320475c5d1608e9ad619a2 /c/src/lib/libbsp/i386/ts_386ex/configure.ac
parent2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6bf9e0a4475d77f787e2884895f3b73c7c14898d.tar.bz2
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
Diffstat (limited to 'c/src/lib/libbsp/i386/ts_386ex/configure.ac')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/configure.ac b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
index 75dfb04d51..a60ca7ac56 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/configure.ac
+++ b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
@@ -11,8 +11,7 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE
-#RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
-RTEMS_PROG_CC_FOR_TARGET([-fasm])
+RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS