aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-15 16:04:38 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-15 16:04:38 -0600
commit2d48b697202d82af5a99c888e4dd208b5778d6bf (patch)
tree706008d23daf26f6b55c1310b00e31a047f3404d
parent63dc6128917d0c6b68de89fb1150853bdc19d50a (diff)
remove debug FOO
-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