summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-17 21:17:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-17 21:17:19 (GMT)
commitba5a96ad78b546875a0567ce6247516c7bccf678 (patch)
tree569882f69adb0d08c94b4bc8e775e0e8e2a32f40 /scripts/crosstool.sh
parentf28c290278334712aec77f632bd07e8a083a05b1 (diff)
Remove the check for absolutely needed tools now ./configure checks for them.
Move the check for 'lynx' to where it is needed (that is when sstrip from buildroot is selected). /trunk/scripts/build/tools/200-sstrip.sh | 1 1 0 0 + /trunk/scripts/crosstool.sh | 5 0 5 0 ----- 2 files changed, 1 insertion(+), 5 deletions(-)
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-xscripts/crosstool.sh5
1 files changed, 0 insertions, 5 deletions
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"