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

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

make &&

make -j1 install