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/ChangeLog | 4 ++++ c/src/exec/configure.in | 2 +- c/src/exec/itron/ChangeLog | 4 ++++ c/src/exec/itron/configure.in | 2 +- c/src/exec/libfs/ChangeLog | 4 ++++ c/src/exec/posix/ChangeLog | 4 ++++ c/src/exec/posix/configure.in | 2 +- c/src/libfs/ChangeLog | 4 ++++ c/src/libfs/configure.in | 2 +- 9 files changed, 24 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 86fbb94a14..dc3217af11 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Ralf Corsepius + + * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. + 2001-02-07 Ralf Corsepius * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix. diff --git a/c/src/exec/configure.in b/c/src/exec/configure.in index 6c3b4f14d3..6331c27fd0 100644 --- a/c/src/exec/configure.in +++ b/c/src/exec/configure.in @@ -28,7 +28,7 @@ RTEMS_CANONICAL_HOST RTEMS_PROJECT_ROOT -RTEMS_PROG_CC_FOR_TARGET +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog index 7421befb1f..2123afb8d4 100644 --- a/c/src/exec/itron/ChangeLog +++ b/c/src/exec/itron/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Ralf Corsepius + + * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. + 2001-02-03 Ralf Corsepius * include/Makefile.am, include/itronsys/Makefile.am, diff --git a/c/src/exec/itron/configure.in b/c/src/exec/itron/configure.in index b3300fc8c1..fb2edb5a66 100644 --- a/c/src/exec/itron/configure.in +++ b/c/src/exec/itron/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_ITRON_API(RTEMS_BSP) diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog index 2599a40146..c798d5efbe 100644 --- a/c/src/exec/libfs/ChangeLog +++ b/c/src/exec/libfs/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Ralf Corsepius + + * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. + 2001-04-24 Joel Sherrill * src/imfs/memfile.c (memfile_open): Did not set iop->size 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) diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog index 2599a40146..c798d5efbe 100644 --- a/c/src/libfs/ChangeLog +++ b/c/src/libfs/ChangeLog @@ -1,3 +1,7 @@ +2001-04-27 Ralf Corsepius + + * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. + 2001-04-24 Joel Sherrill * src/imfs/memfile.c (memfile_open): Did not set iop->size diff --git a/c/src/libfs/configure.in b/c/src/libfs/configure.in index 0069a1b60d..f66f3c29be 100644 --- a/c/src/libfs/configure.in +++ b/c/src/libfs/configure.in @@ -21,7 +21,7 @@ RTEMS_CANONICAL_HOST RTEMS_PROJECT_ROOT -RTEMS_PROG_CC_FOR_TARGET +RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_CANONICALIZE_TOOLS AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix") -- cgit v1.2.3