summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 08:31:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-20 08:31:05 +0000
commitd61f0a7ba5f9569fea05ce2624c53b8466600e88 (patch)
tree0fb438fb25bba29348531aaa379c998a27deda6f /c
parent * libblock/include/rtems/diskdevs.h: Documentation. Added field to (diff)
downloadrtems-d61f0a7ba5f9569fea05ce2624c53b8466600e88.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')
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m32r/m32rsim/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m32r/m32rsim/ChangeLog b/c/src/lib/libbsp/m32r/m32rsim/ChangeLog
index 426d3f8fd4..a80bebea24 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/ChangeLog
+++ b/c/src/lib/libbsp/m32r/m32rsim/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/m32rsim.cfg: New (relocated from /make/custom).
diff --git a/c/src/lib/libbsp/m32r/m32rsim/configure.ac b/c/src/lib/libbsp/m32r/m32rsim/configure.ac
index a3a8e6b432..2f2ef3a085 100644
--- a/c/src/lib/libbsp/m32r/m32rsim/configure.ac
+++ b/c/src/lib/libbsp/m32r/m32rsim/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