summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug-max-no-embedded
blob: 35cb61d2ac5ec374185a8f0f3bff81b442d5288a (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

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

extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $base_max_configs"

. "$path/FINISH.sh"