mariadb/BUILD/compile-solaris-sparc-debug
unknown 1f696801d4 This fixes support for building mysql on Solaris with GNU tools.
BUILD/check-cpu:
  Simple Solaris support
BUILD/compile-solaris-sparc:
  Cleanup of Solars support
BUILD/compile-solaris-sparc-debug:
  Cleanup of solaris support
2006-09-13 22:09:04 -07:00

7 lines
146 B
Bash
Executable file

#!/usr/bin/bash
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$debug_cflags"
extra_configs="$debug_configs $max_configs"
. "$path/FINISH.sh"