]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed gmp from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:53 +0000 (20:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:53 +0000 (20:35 +0200)
lfs/gmp

diff --git a/lfs/gmp b/lfs/gmp
index 4aed841690ad6e5df64333718fef95a3448afd23..2c2484460e18bd37b86a9d5e2932a251e77f1126 100644 (file)
--- 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)