diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 04:04:49 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 04:04:49 +0000 |
commit | 4cce0a933585d241881a28030e79de3b104ddf4f (patch) | |
tree | a526278509386a25469c85665d9825bad22b99a9 /libstdc++-v3/configure.host | |
parent | 381fc041cc36ab4d6157686b318f9a120c37fd02 (diff) | |
download | gcc-4cce0a933585d241881a28030e79de3b104ddf4f.tar.gz |
2003-07-11 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCC_ENABLE_SYMVERS): Tweak comments. Add
warning messages if the environment cannot support symbol versioning.
(port_specific_symbol_file): It's plural, add an 's' on the end.
* configure.host: Likewise.
* src/Makefile.am: Likewise.
* config/linker-map.gnu: Remove one semicolon, heh.
* scripts/extract_symvers: Don't assume useful 'export' syntax.
Set LANG as well as LC_ALL for possibly-broken sort(1)s.
* aclocal.m4, configure, src/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69212 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 763324d9ae7..13c6fd9982a 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -41,7 +41,7 @@ # the form '-Wl,blah' # (defaults to empty in acinclude.m4) # -# port_specific_symbol_file +# port_specific_symbol_files # whitespace-seperated list of files containing # additional symbols to export from the shared # library, when symbol versioning is in use |