summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium
blob: b8f8d028e1ff81f0e9dcc99fe343b5d4de9f54e4 (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"