aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-01-31 14:07:45 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-01-31 14:07:45 +0000
commite279edb0d87a38c36cca03e273137db0a45160ac (patch)
tree8cccb95a6a68f965e6902926975529ae65f5c478 /gcc/configure
parent7c1e8838b2025c80c0da49413051074f09b3615e (diff)
downloadgcc-e279edb0d87a38c36cca03e273137db0a45160ac.zip
gcc-e279edb0d87a38c36cca03e273137db0a45160ac.tar.gz
gcc-e279edb0d87a38c36cca03e273137db0a45160ac.tar.bz2
configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld version number.
* configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld version number. * configure: Regenerate. From-SVN: r169437
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 85af3e5..f38bb65 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -25332,8 +25332,8 @@ elif test x$gcc_cv_ld != x; then
else
case "$target" in
*-*-solaris2*)
- # Sun ld has various bugs in .eh_frame_hdr support before version 1.2249.
- if test "$ld_vers_major" -gt 1 || test "$ld_vers_minor" -ge 2249; then
+ # Sun ld has various bugs in .eh_frame_hdr support before version 1.2251.
+ if test "$ld_vers_major" -gt 1 || test "$ld_vers_minor" -ge 2251; then
gcc_cv_ld_eh_frame_hdr=yes
fi
;;