diff --git a/tests/iozone-ceprei/install.sh b/tests/iozone-ceprei/install.sh index bf41613f0641c794033f2906f25c5477f431cf44..dd9d1812b879ab39e3f9512425cdeef6bf5ccf63 100644 --- a/tests/iozone-ceprei/install.sh +++ b/tests/iozone-ceprei/install.sh @@ -18,11 +18,7 @@ build() tar -xvf iozone3_430.tar cd ./iozone3_430/src/current pwd - if [[ $(/bin/arch) == 'x86_64' ]];then - make linux-AMD64 - else - make linux - fi + make CFLAGS=-fcommon linux } install()