diff options
Diffstat (limited to 'hints/cxux.sh')
-rw-r--r-- | hints/cxux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/cxux.sh b/hints/cxux.sh index a4f397c20e..b4125ae6d2 100644 --- a/hints/cxux.sh +++ b/hints/cxux.sh @@ -72,7 +72,7 @@ glibpth="/usr/sde/elf/usr/lib $glibpth" cc='/bin/cc -Xa' cccdlflags='-Zelf -Zpic' ccdlflags='-Zelf -Zlink=dynamic -Wl,-Bexport -u sigaction' -lddlflags='-G' +lddlflags='-Zlink=so' # Configure imagines that stdio.h is "standard", but it really isn't. # Things like the -T and -B file test operators (on file handles) fail when |