Fixed: #833 remove the -march=pentium
This commit is contained in:
parent
aeb2fbbb7a
commit
f21fc0cd8e
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ then
|
||||||
else
|
else
|
||||||
BUILD_DIR=$BUILD_RELEASE
|
BUILD_DIR=$BUILD_RELEASE
|
||||||
INSTALL_DIR=$INSTALL_RELEASE
|
INSTALL_DIR=$INSTALL_RELEASE
|
||||||
BUILD_CFLAGS="$BUILD_CFLAGS -march=pentium"
|
BUILD_CFLAGS="$BUILD_CFLAGS"
|
||||||
BUILD_CXXFLAGS="$BUILD_CXXFLAGS -march=pentium"
|
BUILD_CXXFLAGS="$BUILD_CXXFLAGS"
|
||||||
PATH="$INSTALL_RELEASE/bin:$PATH"
|
PATH="$INSTALL_RELEASE/bin:$PATH"
|
||||||
LD_LIBRARY_PATH="$INSTALL_RELEASE/lib:$LD_LIBRARY_PATH"
|
LD_LIBRARY_PATH="$INSTALL_RELEASE/lib:$LD_LIBRARY_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue