From 955c499d6b1abf82b49966642a2069b821ae3b71 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 02:00:41 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove -fasm. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * configure.ac: Remove -fasm. + 2009-10-21 Till Straumann * 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