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