blob: 4cb4ddb80573ae793ffffe0ccacbd4bc4e55250f (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage"
extra_configs="$pentium_configs $debug_configs"
. "$path/FINISH.sh"
|