Add flag for powerpc ieee1275 to avoid unneeded optimizations

This commit is contained in:
Paulo Flabiano Smorigo 2015-06-15 09:10:19 -03:00
parent c945ca75c3
commit afd0f21b20
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ endif
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