]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
qemu: Remove -pipe from CFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 12:11:05 +0000 (14:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 12:11:05 +0000 (14:11 +0200)
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.

pkgs/core/qemu/qemu.nm

index ce4d203907e0944bf020a4ad81e501af96d7ce1c..712567e36882868bc5ec4ba8e1471ba602358b1c 100644 (file)
@@ -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