summaryrefslogtreecommitdiff
path: root/BUILD/compile-sap
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-sap')
-rwxr-xr-xBUILD/compile-sap9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-sap b/BUILD/compile-sap
new file mode 100755
index 00000000000..376afaf6f56
--- /dev/null
+++ b/BUILD/compile-sap
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium_cflags"
+extra_configs="$pentium_configs --without-berkeley-db"
+
+. "$path/FINISH.sh"