aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libffi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/libffi.sh')
-rw-r--r--chapter8/libffi.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/libffi.sh b/chapter8/libffi.sh
new file mode 100644
index 0000000..51846d6
--- /dev/null
+++ b/chapter8/libffi.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+./configure --prefix=/usr --disable-static --with-gcc-arch=native
+
+make
+
+make -j1 install