summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ab2ecba695..75b8e98dc8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove -fasm.
+
2009-10-21 Till Straumann <strauman@slac.stanford.edu>
* sapi/include/rtems/config.h: Fixed typos (wrong case) in macro
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 512861ec06..12b91d0cba 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -30,7 +30,7 @@ else
AC_MSG_ERROR(no)
fi
-RTEMS_PROG_CC_FOR_TARGET([-fasm])
+RTEMS_PROG_CC_FOR_TARGET
RTEMS_PROG_CCAS
RTEMS_CANONICALIZE_TOOLS
AM_PROG_CC_C_O