blob: d7e70f868cc84ecffa0641b5ffc5332d2f0b0ddd (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link"
. "$path/FINISH.sh"
|