From cf6a235279e84028e8edd3e75f585cd6dbfa40d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 May 2017 15:10:29 -0500 Subject: Minor tweaks to install.sh. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.sh') diff --git a/scripts/install.sh b/scripts/install.sh index 3d5b5a70..898bfada 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -115,7 +115,7 @@ if [ ! -z "$AIRLOCK" ] then # Tools needed to build packages - for i in ar as nm cc make ld gcc objdump $PENDING $HOST_EXTRA + for i in $TOOLCHAIN $PENDING $HOST_EXTRA do if [ ! -f "$i" ] then -- cgit v1.2.3