diff --git a/cryptest.sh b/cryptest.sh index 427c598e..82724e63 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -3532,7 +3532,7 @@ if [[ "$HAVE_ARM_CRC" -ne "0" ]]; then "$MAKE" clean > /dev/null 2>&1 rm -f adhoc.cpp > /dev/null 2>&1 - export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crc ${RETAINED_CXXFLAGS[@]}" + export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crc" "$MAKE" "${MAKEARGS[@]}" CXX="$CXX" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS" if [[ ("${PIPESTATUS[0]}" -ne "0") ]]; then @@ -3561,7 +3561,7 @@ if [[ "$HAVE_ARM_CRYPTO" -ne "0" ]]; then "$MAKE" clean > /dev/null 2>&1 rm -f adhoc.cpp > /dev/null 2>&1 - export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crypto ${RETAINED_CXXFLAGS[@]}" + export CXXFLAGS="$RELEASE_CXXFLAGS -march=armv8-a+crypto" "$MAKE" "${MAKEARGS[@]}" CXX="$CXX" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS" if [[ ("${PIPESTATUS[0]}" -ne "0") ]]; then diff --git a/setenv-android.sh b/setenv-android.sh index 16f037dd..02b0016a 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -345,7 +345,7 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environemnt is set correcty. Your next step is" +echo "It looks the the environment is set correctly. Your next step is" echo "build the library with 'make -f GNUmakefile-cross'" echo "*******************************************************************************" echo diff --git a/setenv-embedded.sh b/setenv-embedded.sh index f8675302..a6caf9ae 100755 --- a/setenv-embedded.sh +++ b/setenv-embedded.sh @@ -132,7 +132,7 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environemnt is set correcty. Your next step is" +echo "It looks the the environment is set correctly. Your next step is" echo "build the library with 'make -f GNUmakefile-cross'" echo "*******************************************************************************" echo diff --git a/setenv-ios.sh b/setenv-ios.sh index 2920e92c..309caf50 100755 --- a/setenv-ios.sh +++ b/setenv-ios.sh @@ -281,7 +281,7 @@ fi echo echo "*******************************************************************************" -echo "It looks the the environemnt is set correcty. Your next step is" +echo "It looks the the environment is set correctly. Your next step is" echo "build the library with 'make -f GNUmakefile-cross'" echo "*******************************************************************************" echo