summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-gprof
blob: 662396f04ed13478332fc96f212f9065755a9b03 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

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

extra_flags="$pentium64_cflags $gprof_compile_flags"
extra_configs="$pentium_configs $max_configs $gprof_link_flags --with-zlib-dir=bundled"

. "$path/FINISH.sh"