Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add --with-gmp etc. to the gcc recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 15, 2014
1 parent 2de86b4 commit b8a47a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gcc/build.sh
@@ -1,3 +1,8 @@
./configure --prefix=$PREFIX
./configure \
--prefix=$PREFIX \
--with-gmp=$PREFIX \
--with-mpfr=$PREFIX \
--with-mpc=$PREFIX

make
make install

0 comments on commit b8a47a7

Please sign in to comment.