summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium32-wsrep
blob: b0b8e40837040e16a4dd75000cdf429c7337b306 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

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

extra_flags="$pentium_cflags $fast_cflags $wsrep_cflags"
extra_configs="$pentium_configs $wsrep_configs --with-wsrep $disable_64_bit_plugins"

#strip=yes

. "$path/FINISH.sh"