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

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

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

# Use the optimized version if it exists
if test -d /usr/local/BerkeleyDB-opt/
then
 extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-opt/"
fi

. "$path/FINISH.sh"