gcc: Build with hard floating point support on armv7hl

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-19 09:16:34 +01:00
parent ff92f1ac38
commit 0c24d56d7c

View File

@@ -133,6 +133,11 @@ endif
endif
endif
ifeq "$(MACHINE)" "armv7hl"
EXTRA_CONFIG += \
--with-float=hard
endif
ifeq "$(MACHINE)" "armv5tel"
EXTRA_CONFIG += \
--with-float=soft \