mariadb/BUILD/compile-pentium64
2007-04-11 14:12:00 +02:00

11 lines
188 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium64_cflags $fast_cflags"
extra_configs="$pentium_configs $static_link"
CC="$CC --pipe"
strip=yes
. "$path/FINISH.sh"