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

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

extra_flags="$pentium_cflags $gprof_compile_flags"
extra_configs="$pentium_configs $debug_configs $gprof_link_flags"

. "$path/FINISH.sh"