From: Michael Tremer Date: Wed, 19 Apr 2017 08:16:34 +0000 (+0100) Subject: gcc: Build with hard floating point support on armv7hl X-Git-Tag: v2.19-core112~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c24d56d7c67b6c25250c4d50b83006cdddc9f93;p=ipfire-2.x.git gcc: Build with hard floating point support on armv7hl Signed-off-by: Michael Tremer --- diff --git a/lfs/gcc b/lfs/gcc index 82a6732b28..3c6cb63cd9 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -133,6 +133,11 @@ endif endif endif +ifeq "$(MACHINE)" "armv7hl" + EXTRA_CONFIG += \ + --with-float=hard +endif + ifeq "$(MACHINE)" "armv5tel" EXTRA_CONFIG += \ --with-float=soft \