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

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

extra_flags="$pentium_cflags -O2 -pg -g"
extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"

. "$path/FINISH.sh"