diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2017-11-14 18:31:01 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2017-11-14 18:31:01 +0000 |
commit | f021f1d3a65d46eb0d2d206d52343de79c124d57 (patch) | |
tree | a7ea074abbd00f964b1fad30cc8beaec7ce72caa /libgo/configure | |
parent | 13545f19e0e7f1d73ae6c0b39f6b86240de509a8 (diff) | |
download | gcc-f021f1d3a65d46eb0d2d206d52343de79c124d57.zip gcc-f021f1d3a65d46eb0d2d206d52343de79c124d57.tar.gz gcc-f021f1d3a65d46eb0d2d206d52343de79c124d57.tar.bz2 |
Adapt Solaris 12 references
libgcc:
* config.host (*-*-solaris2*): Adapt comment for Solaris 12
renaming.
* config/sol2/crtpg.c (__start_crt_compiler): Likewise.
* configure.ac (libgcc_cv_solaris_crts): Likewise.
* configure: Regenerate.
gcc:
* config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit since
Solaris 11. Update comment.
* configure.ac (gcc_cv_ld_pid): Adapt comment for Solaris 12
renaming.
* config/sol2.h (STARTFILE_SPEC): Likewise.
* configure: Regenerate.
gcc/testsuite:
* lib/target-supports.exp (check_effective_target_pie): Adapt
comment for Solaris 12 renaming.
* gcc.dg/torture/pr60092.c: Remove *-*-solaris2.11* dg-xfail-run-if.
From-SVN: r254737
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/configure b/libgo/configure index 1e5e41b..4e83816 100755 --- a/libgo/configure +++ b/libgo/configure @@ -11114,7 +11114,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11117 "configure" +#line 11118 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11220,7 +11220,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11223 "configure" +#line 11224 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |