From: Michael Tremer Date: Wed, 28 May 2014 18:21:29 +0000 (+0200) Subject: squid: Disable -march=native. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69a324f0bb14e65c9e0a6b24b3bd9db8b57ff3b5;p=people%2Fms%2Fipfire-2.x.git squid: Disable -march=native. This produces a binary that cannot be executed on all systems that we support. (cherry picked from commit 5930a368ad783c21e4e5542aea64561f409cbd68) --- diff --git a/lfs/squid b/lfs/squid index 1f1589d016..e050b17c5c 100644 --- a/lfs/squid +++ b/lfs/squid @@ -118,7 +118,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-wccpv2 \ --enable-icap-client \ --disable-esi \ - --enable-zph-qos + --enable-zph-qos \ + --disable-arch-native cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install