From: Michael Tremer Date: Sun, 12 Mar 2017 16:53:22 +0000 (+0100) Subject: gcc: Enable --with-float only on armv5tel X-Git-Tag: v2.19-core112~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e48347732af5dedf2cafa10becc0d38af261885;p=ipfire-2.x.git gcc: Enable --with-float only on armv5tel Signed-off-by: Michael Tremer --- diff --git a/lfs/gcc b/lfs/gcc index 86524165b0..ba57caff33 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -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