diff options
| -rwxr-xr-x | tools/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 033dedd..1dd94ee 100755 --- a/tools/configure +++ b/tools/configure @@ -144,6 +144,9 @@ simcc () { SunOS) echo "*Solaris host detected" + + GCCOPTS="$GCCOPTS -fPIC" + LDOPTS="-lm" ;; *) |