summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64-debug
diff options
context:
space:
mode:
authorunknown <mats@capulet.net>2007-11-10 11:03:07 +0100
committerunknown <mats@capulet.net>2007-11-10 11:03:07 +0100
commit7f84f426c8fdb37b660d0f687a03f9a48dc846c2 (patch)
treefeb24c1907b22c2a1937e23aaa3e91e8f33ef972 /BUILD/compile-solaris-amd64-debug
parent9eb28b96dd74154284a93c372bb30f4fc72ae15e (diff)
downloadmariadb-git-7f84f426c8fdb37b660d0f687a03f9a48dc846c2.tar.gz
Adding build scripts for Solaris 10 on AMD64.
BUILD/compile-solaris-amd64: Changing build script to be in line with the other build scripts using GCC. BUILD/compile-solaris-amd64-debug: Adding build script for Solaris 10 on AMD64. BUILD/compile-solaris-amd64-forte-debug: Adding build script for Solaris 10 on AMD64. BUILD/compile-solaris-amd64-forte: Adding build script for Solaris 10 on AMD64.
Diffstat (limited to 'BUILD/compile-solaris-amd64-debug')
-rw-r--r--BUILD/compile-solaris-amd64-debug10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-solaris-amd64-debug b/BUILD/compile-solaris-amd64-debug
new file mode 100644
index 00000000000..ad1c298907f
--- /dev/null
+++ b/BUILD/compile-solaris-amd64-debug
@@ -0,0 +1,10 @@
+#! /bin/sh
+path=`dirname $0`
+. "$path/SETUP.sh"
+amd64_cflags="-m64 -mtune=athlon64"
+extra_flags="$amd64_cflags $debug_cflags $max_cflags"
+c_warnings="$c_warnings $debug_extra_warnings"
+cxx_warnings="$cxx_warnings $debug_extra_warnings"
+extra_configs="$amd64_configs $debug_configs $max_configs --enable-thread-safe-client"
+
+. "$path/FINISH.sh"