summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-x86-32-debug
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-solaris-x86-32-debug')
-rwxr-xr-xBUILD/compile-solaris-x86-32-debug11
1 files changed, 0 insertions, 11 deletions
diff --git a/BUILD/compile-solaris-x86-32-debug b/BUILD/compile-solaris-x86-32-debug
deleted file mode 100755
index 9ce91495c1c..00000000000
--- a/BUILD/compile-solaris-x86-32-debug
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-path=`dirname $0`
-. "$path/SETUP.sh"
-extra_flags="-D__sun -m32 $debug_cflags"
-extra_configs="$max_configs --with-libevent $debug_configs"
-
-LDFLAGS="-lmtmalloc -R/usr/sfw/lib"
-export LDFLAGS
-
-. "$path/FINISH.sh"