From: Michael Tremer Date: Sun, 2 May 2010 12:11:05 +0000 (+0200) Subject: qemu: Remove -pipe from CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e57e8ab1f3ff1905352902a8a1ff82cca7b273a;p=ipfire-3.x.git qemu: Remove -pipe from CFLAGS. GCC consumes lots of memory when building qemu >2GB. This will make the build a little bit slower but works with less than 1GB of memory. --- diff --git a/pkgs/core/qemu/qemu.nm b/pkgs/core/qemu/qemu.nm index ce4d20390..712567e36 100644 --- a/pkgs/core/qemu/qemu.nm +++ b/pkgs/core/qemu/qemu.nm @@ -44,6 +44,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +CFLAGS := $(filter-out -pipe,$(CFLAGS)) + define QUALITY_AGENT_WHITELIST_EXECSTACK /usr/share/qemu/openbios* endef