blob: bc6bbe4d0899c44d9b5579203cda56308437823f (
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"
|