summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:16:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:16:57 +0000
commit53c3a2c6dc4d22664540c6cf6f98042a57c588b9 (patch)
tree65f69f5d857f0f634f072b1f652bbd5cc905ecd0 /c/src/exec/posix/configure.in
parent2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-53c3a2c6dc4d22664540c6cf6f98042a57c588b9.tar.bz2
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/configure.in b/c/src/exec/posix/configure.in
index 8f07887627..0a5ac9174d 100644
--- a/c/src/exec/posix/configure.in
+++ b/c/src/exec/posix/configure.in
@@ -22,7 +22,7 @@ RTEMS_CANONICAL_HOST
RTEMS_PROJECT_ROOT
-RTEMS_PROG_CC_FOR_TARGET
+RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)