From 77be0cab5fd1181e2b7d88234753d0e2b2e3a112 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 28 Apr 1998 04:36:18 +0000 Subject: [PATCH] Fixup --enable-target-optspace From-SVN: r19464 --- ChangeLog | 4 ++++ config/ChangeLog | 5 +++++ configure.in | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1db2b632a4f..3e816fe1e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 28 07:35:02 1998 Michael Meissner + + * configure.in (--enable-target-optspace): Remove debug echo. + Thu Apr 23 21:31:16 1998 Jim Wilson * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. diff --git a/config/ChangeLog b/config/ChangeLog index 25ed572fdfd..185ffa9f1f9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 28 07:34:11 1998 Michael Meissner + + * mt-ospace: New file for targets where space is more important + than speed. + Wed Apr 22 10:53:14 1998 Andreas Schwab * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS. diff --git a/configure.in b/configure.in index f66ce6f6842..7133661a04e 100644 --- a/configure.in +++ b/configure.in @@ -314,7 +314,6 @@ esac # If --enable-target-optspace always use -Os instead of -O2 to build # the target libraries, similarly if it is not specified, use -Os # on selected platforms. -echo "---${enable_target_optspace}:${target}--" 1>&2 case "${enable_target_optspace}:${target}" in yes:*) target_makefile_frag="${target_makefile_frag} config/mt-ospace"