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

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

extra_flags="$pentium64_cflags $fast_cflags"
extra_configs="$pentium_configs $max_configs $static_link"
CC="$CC --pipe"
strip=yes

. "$path/FINISH.sh"