aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/configure.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/configure.sh b/lib/configure.sh
index e60001fb..f7c60d3e 100755
--- a/lib/configure.sh
+++ b/lib/configure.sh
@@ -68,7 +68,6 @@ configure_build()
# Since Binutils and GDB have a shared git repository, this confuses the logic
# of loading the right config file. If Binutils is already configured, then
# assume GDB.
- echo "FOO"
if test x"${2}" = x"gdb" -o x"${2}" = x"binutils"; then
local tool="${2}"
fi