diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2017-07-18 20:40:08 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-22 16:31:08 +1000 |
commit | 70de75d14498a89f34c4159c7d7d9fa497c603e6 (patch) | |
tree | d36a5b34e91ed02d45cddb36ad9bf482337d25c0 /core/test | |
parent | 50f36052abd708f394436fd8aa4c1176ca329503 (diff) | |
download | talos-skiboot-70de75d14498a89f34c4159c7d7d9fa497c603e6.tar.gz talos-skiboot-70de75d14498a89f34c4159c7d7d9fa497c603e6.zip |
build: CFLAGS compile with -mcpu=power7
The gcc powerpc64le cross compiler for x86 builds with -mcpu=power8 by
default, which does not match the powerpc64 compiler, and is not
the right thing to do for POWER7 support.
Pass -mcpu=power7 explicitly. This may cause a change of target on
existing BE toolchains.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/test')
0 files changed, 0 insertions, 0 deletions