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

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

extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs"
#strip=yes

extra_configs="$extra_configs $max_configs"

. "$path/FINISH.sh"