summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium
blob: cdbc7e773eb190d8f4e0af7d7af1e8795d6def3d (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"
strip=yes

. "$path/FINISH.sh"