aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libffi.sh
blob: ed8b1e587ba5e3edb4013eff67212019a82068e7 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --prefix=/usr --disable-static --with-gcc-arch=native &&

make &&

make -j1 install