]> code.ossystems Code Review - openembedded-core.git/commit
grub2.inc: avoid passing -isystem to native builds
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 27 Feb 2016 05:53:05 +0000 (21:53 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:05 +0000 (22:39 +0000)
commitb15b52dc8ab7dd273605c7dfd524c0a330bfd60b
treeb9fbfcd9e1a36f9158adbf6d747574aab035e43f
parent58a79e6bf7d8c6ec03581f14fb83da0eeb526cc6
grub2.inc: avoid passing -isystem to native builds

grub2 creates its own set of -nostdinc / -isystem / -ffreestanding
CFLAGS and OE's default BUILD_CFLAGS (assigned to CFLAGS for native
builds) etc, conflict with that.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/grub/grub2.inc