diff options
author | Caroline Tice <cmtice@google.com> | 2021-03-12 07:34:36 -0800 |
---|---|---|
committer | Caroline Tice <cmtice@google.com> | 2021-03-15 09:22:45 -0700 |
commit | c2be82058fb40f3ae891c68d185ff53e07f14f45 (patch) | |
tree | 5777f4f8b9a0d5e9f9899b9fcc773b52f40f3085 /gcc | |
parent | 541840b891d61ea70cddd046c96698bb70d7f52c (diff) | |
download | gcc-c2be82058fb40f3ae891c68d185ff53e07f14f45.zip gcc-c2be82058fb40f3ae891c68d185ff53e07f14f45.tar.gz gcc-c2be82058fb40f3ae891c68d185ff53e07f14f45.tar.bz2 |
libstdc++-v3: Update VTV vars for libtool link commands [PR99172]
This fixes PR 99172
Currently when GCC is configured with --enable-vtable-verify, the
libstdc++-v3 Makefiles add "-fvtable-verify=std
-Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end" to libtool link
commands. The "-fvtable-verify=std" piece causes alternate versions of
libtool (such as slibtool) to fail, unable to find "-lvtv" (GNU
libtool just removes that piece).
This patch updates the libstdc++-v3 Makefiles to not pass
"-fvtable-verify=std" to the libtool link commands.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions