summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-max
blob: 9acd5e7c46026e66b43b63f8826bdca6fbad63ca (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"