Commit 77be0cab by Michael Meissner Committed by Michael Meissner

Fixup --enable-target-optspace

From-SVN: r19464
parent 3d9d39bb
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.
......
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment