summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-15 10:44:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-15 10:44:39 +0100
commit3c6e9231dd25bf1827bf80b3b0892a7ec2d05e26 (patch)
tree2c0ed222bd5bd187296247a8fc965cb2fca8395e /toolchain
parent770f8301e9b05dcbe35e7c8030babc6448de6b84 (diff)
parentc80761a85ee89d6804db695962e256e48849cf96 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gmp/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \
)