summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 08:44:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 08:44:36 +0000
commitde90701623dd399bd47458403ddd93f39e4543c2 (patch)
tree22533808fcbfefd3a53947786ee19030798ffb24 /c/src/lib/libbsp/c4x/c4xsim
parent2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-de90701623dd399bd47458403ddd93f39e4543c2.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/c4x/c4xsim')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index ea4f13be3e..40ad1e4e17 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Don't add -ansi -fasm to CFLAGS.
+
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/c3xsim.cfg: New (relocated from /make/custom).
diff --git a/c/src/lib/libbsp/c4x/c4xsim/configure.ac b/c/src/lib/libbsp/c4x/c4xsim/configure.ac
index 8f75b0910d..885ee86c98 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/configure.ac
+++ b/c/src/lib/libbsp/c4x/c4xsim/configure.ac
@@ -11,7 +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
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS