summaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 24c0e48..0f5c1a0 100755
--- a/functions.sh
+++ b/functions.sh
@@ -176,7 +176,12 @@ conf_toolchain()
{
if [ $external_url ];then
set -xe
+
echo 'TCMODE = "external-linaro"' >>conf/site.conf
+ echo 'PNBLACKLIST[glibc] = "Using external toolchain"' >>conf/site.conf
+ echo 'PNBLACKLIST[libgcc] = "Using external toolchain"' >>conf/site.conf
+ echo 'PNBLACKLIST[gcc-cross] = "Using external toolchain"' >>conf/site.conf
+
tarball_name=`echo $external_url | cut -d "/" -f 8`
if [ -z $tarball_name ] ; then