From 53c3a2c6dc4d22664540c6cf6f98042a57c588b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2001 13:16:57 +0000 Subject: 2001-04-27 Ralf Corsepius * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. --- c/src/exec/posix/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/posix/configure.in') 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) -- cgit v1.2.3