summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/build/tools/200-sstrip.sh1
-rwxr-xr-xscripts/crosstool.sh5
2 files changed, 1 insertions, 5 deletions
diff --git a/scripts/build/tools/200-sstrip.sh b/scripts/build/tools/200-sstrip.sh
index 46271db..16a1349 100644
--- a/scripts/build/tools/200-sstrip.sh
+++ b/scripts/build/tools/200-sstrip.sh
@@ -31,6 +31,7 @@ case "${CT_SSTRIP_FROM}" in
;;
buildroot)
+ CT_HasOrAbort lynx
sstrip_url='http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/toolchain/sstrip/sstrip.c'
do_print_filename() {
echo "sstrip.c"
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 4adccd4..e79e076 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -53,11 +53,6 @@ CT_TestAndAbort "Don't set CFLAGS. It screws up the build." -n "${CFLAGS}"
CT_TestAndAbort "Don't set CXXFLAGS. It screws up the build." -n "${CXXFLAGS}"
CT_Test "GREP_OPTIONS screws up the build. Resetting." -n "${GREP_OPTIONS}"
GREP_OPTIONS=
-CT_HasOrAbort awk
-CT_HasOrAbort sed
-CT_HasOrAbort bison
-CT_HasOrAbort flex
-CT_HasOrAbort lynx
CT_DoLog INFO "Building environment variables"