From: Michael Tremer Date: Wed, 4 Aug 2010 13:47:10 +0000 (+0200) Subject: toolchain: Disable ppl and cloog so it won't get compiled in from the host system. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037ed48165cda18474b8b6ccdf7b6a9caf02b2dc;p=ipfire-3.x.git toolchain: Disable ppl and cloog so it won't get compiled in from the host system. --- diff --git a/pkgs/toolchain/gcc-static/gcc-static.nm b/pkgs/toolchain/gcc-static/gcc-static.nm index 0f94cd00e..aab6c8eb2 100644 --- a/pkgs/toolchain/gcc-static/gcc-static.nm +++ b/pkgs/toolchain/gcc-static/gcc-static.nm @@ -47,6 +47,8 @@ define STAGE_BUILD --disable-shared \ --disable-nls \ --enable-esp \ + --without-cloog \ + --without-ppl \ $(CONFIGURE_ARGS) cd $(DIR_SRC)/gcc-build && make #$(PARALLELISMFLAGS)