summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-11 11:12:08 +0200
committerunknown <joerg@mysql.com>2005-04-11 11:12:08 +0200
commit4eb5f10631806e43a08d210f079e6853435c182c (patch)
tree660a83e8cba3eb2724bc1a64b3460228473cf709 /BUILD
parentb83314e3d583f5ab884c64404679eaa81aeec24c (diff)
parente1efe797311d05fd6360029bf3c22b47835601be (diff)
downloadmariadb-git-4eb5f10631806e43a08d210f079e6853435c182c.tar.gz
Proper handling of "utf8-general-cs" clollation: Missing parts in configuration.
configure.in: No change here - functionality was moved to 'config/ac-macros/character_sets.m4' mysys/charset-def.c: Auto-merged. strings/ctype-utf8.c: Auto-merged.
Diffstat (limited to 'BUILD')
-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"