Add flag for powerpc ieee1275 to avoid unneeded optimizations
This commit is contained in:
parent
c945ca75c3
commit
afd0f21b20
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue