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/ChangeLog | 4 ++++ c/src/exec/posix/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/exec/posix') diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog index 7f60d13bdf..0d57fc4ac1 100644 --- a/c/src/exec/posix/ChangeLog +++ b/c/src/exec/posix/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Ralf Corsepius + + * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. + 2001-03-19 Joel Sherrill * sys/utsname.h: Added C++ wrapper. 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