Skip to content

Commit

Permalink
Build GMP with C++ support enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 14, 2015
1 parent 21d6f95 commit 475c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gmp_config: ../../../extern/gmp-$(GMP_VER)
echo ""; \
echo "Configuring GMP. Logging to bin/$(GAPARCH)/extern/gmp-$(GMP_VER)/build_log. Please wait... "; \
echo ""; \
./configure --prefix=`pwd`/../../bin/$(GAPARCH)/extern/gmp-$(GMP_VER) ABI=$(ABI) \
./configure --prefix=`pwd`/../../bin/$(GAPARCH)/extern/gmp-$(GMP_VER) --enable-cxx ABI=$(ABI) \
> ../../bin/$(GAPARCH)/extern/gmp-$(GMP_VER)/build_log 2>&1; \
rm -f LASTBUILD*; \
touch LASTBUILD.$(GAPARCH); \
Expand Down

0 comments on commit 475c14e

Please sign in to comment.