summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-11-07 23:08:20 +0100
committerThomas Martitz <kugel@rockbox.org>2012-11-07 23:08:20 +0100
commit3365a148ce93884aee9a9d070a17b759346eec6c (patch)
tree073b8570c9bb6893631eb66ccd91fde4c167484c /tools/configure
parent48572c6265fe9b0a753ecc99ff871b60fcec268d (diff)
configure: Remove leftover debugging output
Change-Id: I1a1f32faa72987b113f109b876639a1b153f0a88
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 253c0baad2..0b2a04bd52 100755
--- a/tools/configure
+++ b/tools/configure
@@ -704,13 +704,11 @@ androidcc () {
;;
esac
echo "Application environment deemed $endian endian"
- echo $gccdir
if [ -z "$gccdir" ]; then
gccdir=$gcctarget$gccchoice
fi
gccprefix=$ANDROID_NDK_PATH/toolchains/$gccdir/prebuilt/$buildhost-x86
PATH=$PATH:$gccprefix/bin
- echo $PATH
prefixtools $gcctarget
}