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

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

extra_flags="$alpha_cflags $fast_cflags"
extra_configs="$alpha_configs $static_link"

. "$path/FINISH.sh"