powerpc: Add a flag to avoid unnecessary optimizations (like vsx)

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1459706
Last-Update: 2015-06-11

Patch-Name: ppc64el-avoid_unnecessary_optimizations.patch
This commit is contained in:
Paulo Flabiano Smorigo 2015-06-11 07:55:16 -04:00 committed by Colin Watson
parent 9612078b9b
commit 43a4b86bf4

View File

@ -23,6 +23,10 @@ if COND_arm64
CFLAGS_PLATFORM += -mcmodel=large
endif
if COND_powerpc_ieee1275
CFLAGS_PLATFORM += -mcpu=powerpc
endif
#FIXME: discover and check XEN headers
CPPFLAGS_XEN = -I/usr/include