summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-ppc')
-rw-r--r--BUILD/compile-ppc10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-ppc b/BUILD/compile-ppc
new file mode 100644
index 00000000000..d248ecf2677
--- /dev/null
+++ b/BUILD/compile-ppc
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$ppc_cflags $fast_cflags"
+extra_configs="$static_link"
+strip=yes
+
+. "$path/FINISH.sh"