]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Disable ppl and cloog so it won't get compiled in from the host system.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Aug 2010 13:47:10 +0000 (15:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Aug 2010 13:47:10 +0000 (15:47 +0200)
pkgs/toolchain/gcc-static/gcc-static.nm

index 0f94cd00e82286ea82168387330f9ac0422a8bdb..aab6c8eb26f037fd4730c4a982fc546972098ef8 100644 (file)
@@ -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)