2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

gmp: Fix triplet.

This commit is contained in:
Dylan Araps 2019-07-13 11:40:00 +03:00
parent 9be262cf91
commit 0d0ec7bf6d

View File

@ -3,11 +3,10 @@
cp -v configfsf.guess config.guess
cp -v configfsf.sub config.sub
unset CFLAGS CXXFLAGS
./configure \
--prefix=/usr \
--localstatedir=/var/state/gmp \
--build="$(gcc -dumpmachine)" \
--enable-cxx \
--with-pic