Fix toolchain build with newer versions of GCC

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-08-22 17:21:55 +01:00
parent f89a6efd51
commit ff1d5f3ae8

View File

@@ -38,6 +38,9 @@ CFLAGS := $(patsubst -march=%,,$(CFLAGS))
CFLAGS := $(patsubst -mtune=%,,$(CFLAGS))
CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS))
# https://bugzilla.redhat.com/show_bug.cgi?id=476370
CFLAGS += -fgnu89-inline
# Normal build or /tools build.
#
ifeq "$(ROOT)" ""