diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-04-22 21:50:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-04-22 21:50:18 +0000 |
commit | 1172d35d0c7904493f9aa9d1ac992eb444da57e1 (patch) | |
tree | 3ea4e20b69e13f977b3bb0267a7bbc20eb54c13c /configure.in | |
parent | 1e114b0add8e9aa76968af9d32a2b02646b2496c (diff) | |
download | gdb-1172d35d0c7904493f9aa9d1ac992eb444da57e1.zip gdb-1172d35d0c7904493f9aa9d1ac992eb444da57e1.tar.gz gdb-1172d35d0c7904493f9aa9d1ac992eb444da57e1.tar.bz2 |
Remove debug echo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7c69374..b9a1550 100644 --- a/configure.in +++ b/configure.in @@ -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" |