summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64
blob: 3a8fad51feacf3936e9ed50a005358a8cbfe1545 (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 $static_link"
CC="$CC --pipe"
strip=yes

. "$path/FINISH.sh"