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

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

extra_flags="$amd64_cflags $gprof_compile_flags"
extra_configs="$amd64_configs $debug_configs $gprof_link_flags"

. "$path/FINISH.sh"