diff options
author | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-08-08 15:03:25 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-19 09:25:15 +0700 |
commit | fea65609a564a85b508a1cb29bbf97c7c9b5bf5f (patch) | |
tree | 45ea7776b94bead4fc4e105bc6393ecebf892e2c /meta-rcar-gen3/recipes-bsp/u-boot | |
parent | c3c8de6f3c153f9a1b35cdf4f30b33c413ca033f (diff) |
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 <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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)}" |