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

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

extra_flags="$pentium64_cflags $debug_cflags $valgrind_flags"
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs"

. "$path/FINISH.sh"