diff --git a/tools/configure b/tools/configure index 033dedd35c..1dd94eece5 100755 --- a/tools/configure +++ b/tools/configure @@ -144,6 +144,9 @@ simcc () { SunOS) echo "*Solaris host detected" + + GCCOPTS="$GCCOPTS -fPIC" + LDOPTS="-lm" ;; *)