From fea65609a564a85b508a1cb29bbf97c7c9b5bf5f Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Wed, 8 Aug 2018 15:03:25 +0700 Subject: rcar-gen3: u-boot: Remove -fgnu89-inline flag from KCFLAGS In the past, -fgnu89-inline flag was added to fix some incompatibilities with GCC 5. At the moment, the issue is resolved after upgrading to GCC 7.3. This commit removes -fgnu89-inline flag from KCFLAGS. Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp') diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb index d1fedcb..d65bd23 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb @@ -12,8 +12,6 @@ SRCREV = "4ffb597708d47828ebe6df708368633a9eaed5f9" PV = "v2015.04+git${SRCPV}" -EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline" - # Add u-boot options for H3 EXTRA_OEMAKE_append_r8a7795 = " ${@get_uboot_config_opt(d)}" -- cgit 1.2.3-korg