diff options
author | joerg@mysql.com <> | 2005-04-08 13:56:48 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-04-08 13:56:48 +0200 |
commit | 6bd1bea723e77a98512c9d46e3170ed4477d790c (patch) | |
tree | df8ad7b8e3c1738beeeff583617e6785687bfc00 /BUILD/compile-pentium-cybozu | |
parent | 09b3d3e2247d00770d0894c9eae98b3f2a51e34c (diff) | |
download | mariadb-git-6bd1bea723e77a98512c9d46e3170ed4477d790c.tar.gz |
Add missing parts for the "Cybozu" custom build, to avoid future manual patches.
Diffstat (limited to 'BUILD/compile-pentium-cybozu')
-rwxr-xr-x | BUILD/compile-pentium-cybozu | 9 |
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" |