From: Michael Tremer Date: Tue, 26 Aug 2008 18:35:53 +0000 (+0200) Subject: Removed gmp from installation system. X-Git-Tag: v3.0-alpha1~733^2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3e1e8839bc2aa19f298be1936697b594482f54b;p=ipfire-3.x.git Removed gmp from installation system. --- diff --git a/lfs/gmp b/lfs/gmp index 4aed84169..2c2484460 100644 --- a/lfs/gmp +++ b/lfs/gmp @@ -71,16 +71,5 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && make install endif -ifeq "$(STAGE)" "installer" - cd $(DIR_APP) && ABI=32 ./configure \ - --prefix=$(UCLIBC_DIR) \ - --disable-shared \ - --enable-static \ - --enable-fft \ - --enable-mpbsd - cd $(DIR_APP) && make $(PARALLELISMFLAGS) - cd $(DIR_APP) && make install -endif - @rm -rf $(DIR_APP) @$(POSTBUILD)