summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-max
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium64-max')
-rwxr-xr-xBUILD/compile-pentium64-max11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILD/compile-pentium64-max b/BUILD/compile-pentium64-max
new file mode 100755
index 00000000000..789136a84dc
--- /dev/null
+++ b/BUILD/compile-pentium64-max
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh" $@
+
+extra_flags="$pentium64_cflags $fast_cflags"
+extra_configs="$pentium_configs $max_configs $static_link"
+CC="$CC --pipe"
+strip=yes
+
+. "$path/FINISH.sh"