aboutsummaryrefslogtreecommitdiff
path: root/cross_configure
diff options
context:
space:
mode:
authorEdward Nevill edward.nevill@linaro.org <Edward Nevill edward.nevill@linaro.org>2013-07-15 13:07:44 +0100
committerEdward Nevill edward.nevill@linaro.org <Edward Nevill edward.nevill@linaro.org>2013-07-15 13:07:44 +0100
commit20187d31b0789fcdd5d60f9993ea0b293b899987 (patch)
tree5172b0fd1d10be9be49e4a4872a1546dca623420 /cross_configure
parentbd777809fe2d548b0e02c7ab2d554ac26b467dd1 (diff)
bash hardcoded to /usr/bin/bash
Diffstat (limited to 'cross_configure')
-rwxr-xr-xcross_configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross_configure b/cross_configure
index acb0409..cfbc77f 100755
--- a/cross_configure
+++ b/cross_configure
@@ -25,4 +25,4 @@ export NM="aarch64-oe-linux-nm"
export AS="aarch64-oe-linux-as"
export AR="aarch64-oe-linux-ar"
export PATH="$IWD/sysroots/x86_64-linux/usr/bin/aarch64-oe-linux:$IWD/sysroots/genericarmv8/usr/bin/crossscripts:$IWD/sysroots/x86_64-linux/usr/sbin:$IWD/sysroots/x86_64-linux/usr/bin:$IWD/sysroots/x86_64-linux/sbin:$IWD/sysroots/x86_64-linux//bin:/usr/sbin:/usr/bin:/sbin:/bin"
-/usr/bin/bash ./configure --with-debug-level=release --with-jvm-variants=client --with-sys-root=$IWD/sysroots/genericarmv8 --enable-unlimited-crypto --openjdk-target=aarch64-oe-linux --with-cacerts-file=$IWD/sysroots/x86_64-linux/usr/lib/jvm/icedtea7-native/jre/lib/security/cacerts --with-zlib=system --with-stdc++lib=dynamic --with-boot-jdk=$IWD/sysroots/x86_64-linux/usr/lib/jvm/icedtea7-native
+sh ./configure --with-debug-level=release --with-jvm-variants=client --with-sys-root=$IWD/sysroots/genericarmv8 --enable-unlimited-crypto --openjdk-target=aarch64-oe-linux --with-cacerts-file=$IWD/sysroots/x86_64-linux/usr/lib/jvm/icedtea7-native/jre/lib/security/cacerts --with-zlib=system --with-stdc++lib=dynamic --with-boot-jdk=$IWD/sysroots/x86_64-linux/usr/lib/jvm/icedtea7-native