summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 033dedd35c..1dd94eece5 100755
--- a/tools/configure
+++ b/tools/configure
@@ -144,6 +144,9 @@ simcc () {
144 144
145 SunOS) 145 SunOS)
146 echo "*Solaris host detected" 146 echo "*Solaris host detected"
147
148 GCCOPTS="$GCCOPTS -fPIC"
149 LDOPTS="-lm"
147 ;; 150 ;;
148 151
149 *) 152 *)