Selaa lähdekoodia

use --with-pic, otherwise gcj compile in jtools/gcj fails to link to libgmp.a

Waldemar Brodkorb 12 vuotta sitten
vanhempi
commit
6a93fa146a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      toolchain/gmp/Makefile

+ 1 - 0
toolchain/gmp/Makefile

@@ -18,6 +18,7 @@ endif
 	(cd $(WRKBUILD); \
 		./configure \
 		--prefix=$(STAGING_HOST_DIR) \
+		--with-pic \
 		--disable-shared \
 		--enable-static \
 	)