summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-cybozu
blob: 841635985a13f32c5f3c136058bd0d222f637bf2 (plain)
1
2
3
4
5
6
7
8
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"