summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-cybozu
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium-cybozu')
-rwxr-xr-xBUILD/compile-pentium-cybozu9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-cybozu b/BUILD/compile-pentium-cybozu
new file mode 100755
index 00000000000..841635985a1
--- /dev/null
+++ b/BUILD/compile-pentium-cybozu
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium_cflags $fast_cflags -g"
+extra_configs="$pentium_configs --with-charset=utf8 --with-collation=utf8_general_cs"
+
+. "$path/FINISH.sh"