Re: [oe] [PATCH] efivar: fix build when host gcc version is < 4.9

2017-09-08 Thread Khem Raj
On Fri, Sep 8, 2017 at 4:10 AM, Mikko Ylinen wrote: > efivar v27 started using C11 _Generic keyword in macros but that > is not implemented in gcc until 4.9. This makes efivar-native > (which is a dependency to efivar) build to fail if the builder host > gcc version

[oe] [PATCH] efivar: fix build when host gcc version is < 4.9

2017-09-08 Thread Mikko Ylinen
efivar v27 started using C11 _Generic keyword in macros but that is not implemented in gcc until 4.9. This makes efivar-native (which is a dependency to efivar) build to fail if the builder host gcc version is < 4.9. It turns out only 'makeguids' generator needs to be built for the build arch to