]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "microblaze: Overwrite default GCC-5.x behavior"
authorMichal Simek <michal.simek@xilinx.com>
Thu, 4 Feb 2016 08:10:13 +0000 (09:10 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 15 Feb 2016 10:03:57 +0000 (11:03 +0100)
This reverts commit 2cf38db35bc4644717d151d42f636dc5a93f294b.

All gnu89 inlining functions were fixed that's why this flag is not
needed anymore.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/config.mk

index ba4ad9027212d91f49a024a5b695b61e8aa1dbbd..e7a347738a759ce4d5687ee14245cc0d4b51c123 100644 (file)
@@ -14,7 +14,7 @@ endif
 
 CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
 
-PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__ -fgnu89-inline
+PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
 
 ifeq ($(CONFIG_SPL_BUILD),)
 PLATFORM_CPPFLAGS += -fPIC