test/configure

changeset 105
4b3e655339cb
parent 103
01ec9f32835e
child 106
7aa59deee50c
--- a/test/configure	Sat Jan 20 15:37:16 2024 +0100
+++ b/test/configure	Sat Jan 20 15:47:39 2024 +0100
@@ -176,8 +176,6 @@
 PLATFORM_NAME=`echo "$PLATFORM" | cut -f1 -d' ' -`
 echo "$PLATFORM_NAME"
 
-TOOLCHAIN=
-
 isplatform()
 {
     for p in $PLATFORM
@@ -259,7 +257,6 @@
 if detect_c_compiler ; then
     lang_c=1
 fi
-TOOLCHAIN=$TOOLCHAIN_NAME
 
 # create buffer for make variables required by dependencies
 echo > "$TEMP_DIR/make.mk"
@@ -330,12 +327,9 @@
 dependency_error_openssl()
 {
     print_check_msg "$dep_checked_openssl" "checking for openssl... "
-    # dependency openssl toolchain="clang"
+    # dependency openssl
     while true
     do
-        if notistoolchain "clang"; then
-            break
-        fi
         if [ -z "$lang_c" ] ; then
             break
         fi
@@ -460,9 +454,6 @@
 done
 while true
 do
-    if notistoolchain "gcc"; then
-        break
-    fi
     while true
     do
 
@@ -473,9 +464,6 @@
 done
 while true
 do
-    if notistoolchain "clang"; then
-        break
-    fi
     while true
     do
 

mercurial