]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixup --enable-target-optspace
authorMichael Meissner <meissner@cygnus.com>
Tue, 28 Apr 1998 04:36:18 +0000 (04:36 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 28 Apr 1998 04:36:18 +0000 (04:36 +0000)
From-SVN: r19464

ChangeLog
config/ChangeLog
configure.in

index 1db2b632a4fdc11626a124e0aa33fd9480fd73de..3e816fe1e08d9c7803ee2b7edb51c42b2f1b9b8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * configure.in (--enable-target-optspace): Remove debug echo.
+
 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
 
        * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
index 25ed572fdfdb356e0f17bbe94d142922149691df..185ffa9f1f94458cc01709c6d71d3e2be4e7ae58 100644 (file)
@@ -1,3 +1,8 @@
+Tue Apr 28 07:34:11 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * mt-ospace: New file for targets where space is more important
+       than speed.
+
 Wed Apr 22 10:53:14 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
index f66ce6f6842b1a9e283415910ed2ecd7292bca40..7133661a04e23e6bd0c801e8ffb9a525cee3a757 100644 (file)
@@ -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"