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
This commit is contained in:
Rainer Orth 2011-01-31 14:07:45 +00:00 committed by Rainer Orth
parent 7c1e8838b2
commit e279edb0d8
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
version number.
* configure: Regenerate.
2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_ld_static_option): Define.

4
gcc/configure vendored
View File

@ -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
;;

View File

@ -3982,8 +3982,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
;;