[Buildroot] [PATCH/next v1] package/kmsxx: bump version to 5489056 and convert to meson build

Arnout Vandecappelle arnout at mind.be
Tue Dec 1 21:47:35 UTC 2020



On 01/12/2020 22:38, Peter Seiderer wrote:
>>  ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)
>> -KMSXX_CXXFLAGS += -O0
>> +KMSXX_CXXFLAGS += $(TARGET_CXXFLAGS) -O0
> '=' (instead of '+=') should be enough...

 Even if that is true, it's actually pretty convenient to have += everywhere,
because you don't have to care about the order of things when adding new CXXFLAGS.

 Regards,
 Arnout




More information about the buildroot mailing list