summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2006-06-28 09:37:54 -0400
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-06-28 17:51:28 +0000
commit6024848b1ae78de231e00d7cbcffeaf4124ad57f (patch)
treedd444cdca28a3c99f44d3b0dea697321d2b9c4bd /hints/solaris_2.sh
parent6ecef415672954d64bc0df6bdb809cebe10f89d4 (diff)
downloadperl-6024848b1ae78de231e00d7cbcffeaf4124ad57f.tar.gz
Solaris hints: gcc flags confuse Configure
Subject: [PATCH] (Was Re: [perl #39636] Configure fails) Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@28446
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 143b1305c5..ea6d897835 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -560,7 +560,7 @@ EOM
# This adds in -Wa,-xarch=v9. I suspect that's superfluous,
# since the -m64 above should do that already. Someone
# with gcc-3.x.x, please test with gcc -v. A.D. 20-Nov-2003
- ccflags="$ccflags -Wa,`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`"
+ # ccflags="$ccflags -Wa,`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`"
fi
ldflags="$ldflags -m64"
lddlflags="$lddlflags -G -m64"