diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 17:10:09 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 17:10:09 +0000 |
commit | 5498a4cc51db955d95a13769378127900acedf27 (patch) | |
tree | 8514690847fb34d3c5a4112ee5d786691fb7b9c1 /libstdc++-v3/acinclude.m4 | |
parent | c29b28e7d9aba6c4d8aca3e4725bb0679ce6cf97 (diff) | |
download | gcc-5498a4cc51db955d95a13769378127900acedf27.tar.gz |
libgomp:
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
* configure: Regenerate.
libstdc++-v3:
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 18f41af5e3f..f8db04e9afb 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -3004,6 +3004,8 @@ if test $enable_symvers != no ; then [Define to 1 if the target runtime linker supports binding the same symbol to different versions.]) symvers_renaming=yes ;; esac +else + symvers_renaming=no fi GLIBCXX_CONDITIONAL(ENABLE_SYMVERS_SOL2, test $symvers_renaming = no) |