libstdc++: Add comment about symver linker scripts to makefile
libstdc++-v3/ChangeLog: * src/Makefile.am: Add comment about linker script fragments. * src/Makefile.in: Regenerate.
This commit is contained in:
parent
abb958ada1
commit
f50f55b8fa
2 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,7 @@ CXXLINK = \
|
|||
-o $@
|
||||
|
||||
# Symbol versioning for shared libraries.
|
||||
# See configure.host and configure.ac for port_specific_symbol_files.
|
||||
if ENABLE_SYMVERS
|
||||
libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
||||
$(port_specific_symbol_files)
|
||||
|
|
|
@ -1064,6 +1064,7 @@ compatibility-condvar.o: compatibility-condvar.cc
|
|||
$(CXXCOMPILE) -std=gnu++11 -c $<
|
||||
|
||||
# Symbol versioning for shared libraries.
|
||||
# See configure.host and configure.ac for port_specific_symbol_files.
|
||||
@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
||||
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files)
|
||||
@ENABLE_SYMVERS_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_FILE) $@.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue