Updated test script

pull/242/merge
Jeffrey Walton 2017-05-26 04:27:45 -04:00
parent 5115ca8d8c
commit 167d4ae1a5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 2 deletions

View File

@ -1752,7 +1752,7 @@ if [[ ("$IS_FEDORA" -ne "0") ]]; then
# https://kojipkgs.fedoraproject.org//packages/cryptopp/5.6.3/8.fc27/data/logs/x86_64/build.log
if [[ ("$IS_X86" -ne "0") ]]; then
MARCH_OPT=(-m32 -march=i686)
else
if [[ ("$IS_X64" -ne "0") ]]; then
MARCH_OPT=(-m64 -mtune=generic)
fi

View File

@ -1752,7 +1752,7 @@ if [[ ("$IS_FEDORA" -ne "0") ]]; then
# https://kojipkgs.fedoraproject.org//packages/cryptopp/5.6.3/8.fc27/data/logs/x86_64/build.log
if [[ ("$IS_X86" -ne "0") ]]; then
MARCH_OPT=(-m32 -march=i686)
else
if [[ ("$IS_X64" -ne "0") ]]; then
MARCH_OPT=(-m64 -mtune=generic)
fi