Merge pull request #1020 from gongsu832/master
Modified Makefile and build_tools/build_detect_platform to compile on…
This commit is contained in:
commit
67789419fa
@ -365,6 +365,8 @@ elif test -z "$PORTABLE"; then
|
|||||||
# Tune for this POWER processor, treating '+' models as base models
|
# Tune for this POWER processor, treating '+' models as base models
|
||||||
POWER=`LD_SHOW_AUXV=1 /bin/true | grep AT_PLATFORM | grep -E -o power[0-9]+`
|
POWER=`LD_SHOW_AUXV=1 /bin/true | grep AT_PLATFORM | grep -E -o power[0-9]+`
|
||||||
COMMON_FLAGS="$COMMON_FLAGS -mcpu=$POWER -mtune=$POWER "
|
COMMON_FLAGS="$COMMON_FLAGS -mcpu=$POWER -mtune=$POWER "
|
||||||
|
elif test -n "`echo $TARGET_ARCHITECTURE | grep ^s390x`"; then
|
||||||
|
COMMON_FLAGS="$COMMON_FLAGS -march=z10 "
|
||||||
else
|
else
|
||||||
COMMON_FLAGS="$COMMON_FLAGS -march=native "
|
COMMON_FLAGS="$COMMON_FLAGS -march=native "
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user