Updated test script
parent
5115ca8d8c
commit
167d4ae1a5
|
|
@ -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
|
# https://kojipkgs.fedoraproject.org//packages/cryptopp/5.6.3/8.fc27/data/logs/x86_64/build.log
|
||||||
if [[ ("$IS_X86" -ne "0") ]]; then
|
if [[ ("$IS_X86" -ne "0") ]]; then
|
||||||
MARCH_OPT=(-m32 -march=i686)
|
MARCH_OPT=(-m32 -march=i686)
|
||||||
else
|
if [[ ("$IS_X64" -ne "0") ]]; then
|
||||||
MARCH_OPT=(-m64 -mtune=generic)
|
MARCH_OPT=(-m64 -mtune=generic)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
# https://kojipkgs.fedoraproject.org//packages/cryptopp/5.6.3/8.fc27/data/logs/x86_64/build.log
|
||||||
if [[ ("$IS_X86" -ne "0") ]]; then
|
if [[ ("$IS_X86" -ne "0") ]]; then
|
||||||
MARCH_OPT=(-m32 -march=i686)
|
MARCH_OPT=(-m32 -march=i686)
|
||||||
else
|
if [[ ("$IS_X64" -ne "0") ]]; then
|
||||||
MARCH_OPT=(-m64 -mtune=generic)
|
MARCH_OPT=(-m64 -mtune=generic)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue