diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-11-07 23:08:20 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-11-07 23:08:20 +0100 |
commit | 3365a148ce93884aee9a9d070a17b759346eec6c (patch) | |
tree | 073b8570c9bb6893631eb66ccd91fde4c167484c /tools/configure | |
parent | 48572c6265fe9b0a753ecc99ff871b60fcec268d (diff) |
configure: Remove leftover debugging output
Change-Id: I1a1f32faa72987b113f109b876639a1b153f0a88
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
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 } |