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

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

extra_flags="$pentium64_cflags $fast_cflags"
# On CentOS/Fedora Core 10 amd64, there is system libz.so but not
# libz.a, so need to use bundled zlib when building static
# binary. Hence we use --with-zlib-dir=bundled
extra_configs="$pentium_configs $max_configs $static_link --with-zlib-dir=bundled"
CC="$CC --pipe"
strip=yes

. "$path/FINISH.sh"