aboutsummaryrefslogtreecommitdiff
path: root/libgcc/Makefile.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2018-09-18 07:04:15 +0000
committerRainer Orth <ro@gcc.gnu.org>2018-09-18 07:04:15 +0000
commit53c6feb2b2621bdfe3415dd6f664283917817491 (patch)
tree7410a7bb6984cef1930df018183c75fc75a692b5 /libgcc/Makefile.in
parente6bf23cce3ed63800f4545cd9a79e3500b24625c (diff)
downloadgcc-53c6feb2b2621bdfe3415dd6f664283917817491.zip
gcc-53c6feb2b2621bdfe3415dd6f664283917817491.tar.gz
gcc-53c6feb2b2621bdfe3415dd6f664283917817491.tar.bz2
Use v2 map syntax in libgcc-unwind.map if Solaris ld supports it
* configure.ac (solaris_ld_v2_maps): New test. * configure: Regenerate. * Makefile.in (solaris_ld_v2_maps): New variable. * config/t-slibgcc-sld (libgcc-unwind.map): Emit v2 mapfile syntax if supported. From-SVN: r264382
Diffstat (limited to 'libgcc/Makefile.in')
-rw-r--r--libgcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in
index 0c5b264..0766de5 100644
--- a/libgcc/Makefile.in
+++ b/libgcc/Makefile.in
@@ -44,6 +44,7 @@ enable_vtable_verify = @enable_vtable_verify@
enable_decimal_float = @enable_decimal_float@
fixed_point = @fixed_point@
with_aix_soname = @with_aix_soname@
+solaris_ld_v2_maps = @solaris_ld_v2_maps@
enable_execute_stack = @enable_execute_stack@
unwind_header = @unwind_header@
md_unwind_header = @md_unwind_header@