From: Michal Simek Date: Thu, 4 Feb 2016 08:10:13 +0000 (+0100) Subject: Revert "microblaze: Overwrite default GCC-5.x behavior" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7aac0cac138ae75f6d9ecbbc7a72cec801fd3d0;p=thirdparty%2Fu-boot.git Revert "microblaze: Overwrite default GCC-5.x behavior" This reverts commit 2cf38db35bc4644717d151d42f636dc5a93f294b. All gnu89 inlining functions were fixed that's why this flag is not needed anymore. Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/config.mk b/arch/microblaze/config.mk index ba4ad902721..e7a347738a7 100644 --- a/arch/microblaze/config.mk +++ b/arch/microblaze/config.mk @@ -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