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

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

extra_flags="$pentium_cflags $fast_cflags $max_cflags -g"
extra_configs="$pentium_configs $max_configs"

. "$path/FINISH.sh"