Fixed spelling errors in setenv-* scripts
parent
268b261739
commit
5361185ef1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue