From 143902fc6a78df8dea4305310a357eda9ed75574 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 16 Nov 2006 05:29:25 +0000 Subject: [PATCH] =?UTF-8?q?2006-11-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove RTEMS_AMPOLISH3. Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. Compose CFLAGS. Append CFLAGS to ac_configure_args. * aclocal/bsp-configure.m4: AC_PREREQ(2.60). Remove checks for AMPOLISH3. * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir. * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3. * ampolish3: Remove. * aclocal/prog-cc.m4: Remove CFLAGS. --- c/src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 623a7fdc81..9e57a4109e 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,15 @@ +2006-11-16 Ralf Corsépius + + * configure.ac: Remove RTEMS_AMPOLISH3. + Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. + Compose CFLAGS. Append CFLAGS to ac_configure_args. + * aclocal/bsp-configure.m4: AC_PREREQ(2.60). + Remove checks for AMPOLISH3. + * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir. + * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3. + * ampolish3: Remove. + * aclocal/prog-cc.m4: Remove CFLAGS. + 2006-11-15 Ralf Corsépius * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.