From 6a93fa146ab8c42512f08143b187b032888d2454 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Nov 2013 21:23:08 +0100 Subject: use --with-pic, otherwise gcj compile in jtools/gcj fails to link to libgmp.a --- toolchain/gmp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gmp') diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index fb9e7425e..33982ed17 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -18,6 +18,7 @@ endif (cd $(WRKBUILD); \ ./configure \ --prefix=$(STAGING_HOST_DIR) \ + --with-pic \ --disable-shared \ --enable-static \ ) -- cgit v1.2.3