mirror of
https://git.proxmox.com/git/grub2
synced 2026-01-07 22:20:06 +00:00
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:
parent
9612078b9b
commit
43a4b86bf4
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user