diff options
Diffstat (limited to 'hints/cxux.sh')
-rw-r--r-- | hints/cxux.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hints/cxux.sh b/hints/cxux.sh index b4125ae6d2..4946d0b05a 100644 --- a/hints/cxux.sh +++ b/hints/cxux.sh @@ -74,12 +74,6 @@ cccdlflags='-Zelf -Zpic' ccdlflags='-Zelf -Zlink=dynamic -Wl,-Bexport -u sigaction' 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 -# it tries to treat it as "standard" -# -d_stdstdio='undef' - # Configure imagines that it sees a pw_quota field, but it is really in a # different structure than the one it thinks it is looking at. WARNING: # Setting this here in the hints file doesn't help. You need to fix this by |