summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-max
blob: 5fb4c1f89d25765f389189e1c01e4c6881e516cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$pentium_cflags $fast_cflags"
extra_configs="$pentium_configs"
strip=yes

extra_configs="$extra_configs --with-innodb --with-berkeley-db"

. "$path/FINISH.sh"