Skip to content

Commit

Permalink
gmp-freestanding: require '--with-pic' for newer zarith
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Sep 27, 2017
1 parent 429c364 commit 73c574a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ check_deps || exit 1
ac_cv_func_obstack_vprintf=no \
ac_cv_func_localeconv=no \
./configure \
--host=x86_64-unknown-none --enable-fat --disable-shared \
--host=x86_64-unknown-none --enable-fat --disable-shared --with-pic \
CC=cc "CPPFLAGS=$(pkg-config --cflags ${PKG_CONFIG_DEPS})"

make SUBDIRS="mpn mpz mpq mpf" \
Expand Down

0 comments on commit 73c574a

Please sign in to comment.