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

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

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

. "$path/FINISH.sh"