Remove -march=native from AES, RDRAND and RDSEED test

pull/186/head
Jeffrey Walton 2016-06-05 22:25:08 -04:00
parent 259f845bd4
commit 5c311d7fab
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ if [ "$IS_X86" -ne "0" ] || [ "$IS_X64" -ne "0" ]; then
OPTS+=("-mrdseed")
fi
export CXXFLAGS="-DNDEBUG -g2 -O2 -march=native ${OPTS[@]} ${RETAINED_CXXFLAGS[@]}"
export CXXFLAGS="-DNDEBUG -g2 -O2 ${OPTS[@]} ${RETAINED_CXXFLAGS[@]}"
"$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"