Merge branch 'master' of https://github.com/gongsu832/rocksdb
Rebase for -momit-leaf-frame-pointer fix.
This commit is contained in:
commit
990509045f
@ -360,6 +360,8 @@ fi
|
|||||||
if test "$USE_SSE"; then
|
if test "$USE_SSE"; then
|
||||||
# if Intel SSE instruction set is supported, set USE_SSE=1
|
# if Intel SSE instruction set is supported, set USE_SSE=1
|
||||||
COMMON_FLAGS="$COMMON_FLAGS -msse -msse4.2 "
|
COMMON_FLAGS="$COMMON_FLAGS -msse -msse4.2 "
|
||||||
|
elif [ "$TARGET_ARCHITECTURE" = s390x ]; then
|
||||||
|
COMMON_FLAGS="$COMMON_FLAGS -march=z10 "
|
||||||
elif test -z "$PORTABLE"; then
|
elif test -z "$PORTABLE"; then
|
||||||
if test -n "`echo $TARGET_ARCHITECTURE | grep ^ppc64`"; then
|
if test -n "`echo $TARGET_ARCHITECTURE | grep ^ppc64`"; then
|
||||||
# Tune for this POWER processor, treating '+' models as base models
|
# Tune for this POWER processor, treating '+' models as base models
|
||||||
|
Loading…
x
Reference in New Issue
Block a user