gcc: Enable --with-float only on armv5tel

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-03-12 17:53:22 +01:00
parent 488c7e7e31
commit 8e48347732

View File

@@ -138,7 +138,7 @@ endif
CFLAGS += -fno-stack-protector
endif
ifeq "$(MACHINE_TYPE)" "arm"
ifeq "$(MACHINE)" "armv5tel"
EXTRA_CONFIG += \
--with-float=soft \
--disable-sjlj-exceptions