Remove debug echo

This commit is contained in:
Michael Meissner 1998-04-22 21:50:18 +00:00
parent 1e114b0add
commit 1172d35d0c
1 changed files with 0 additions and 1 deletions

View File

@ -333,7 +333,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"