mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-24 13:24:33 +08:00
acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
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. From-SVN: r167505
This commit is contained in:
parent
b62305b019
commit
c0f9d583f0
@ -1,3 +1,8 @@
|
||||
2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||
|
||||
PR target/40125
|
||||
|
@ -358,6 +358,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
|
||||
AM_CONDITIONAL(LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2, test $symvers_renaming = no)
|
||||
])
|
||||
|
2
libgomp/configure
vendored
2
libgomp/configure
vendored
@ -16014,6 +16014,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
|
||||
|
||||
symvers_renaming=yes ;;
|
||||
esac
|
||||
else
|
||||
symvers_renaming=no
|
||||
fi
|
||||
if test $symvers_renaming = no; then
|
||||
LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2_TRUE=
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-12-06 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/46821
|
||||
|
@ -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)
|
||||
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -58461,6 +58461,8 @@ $as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
|
||||
|
||||
symvers_renaming=yes ;;
|
||||
esac
|
||||
else
|
||||
symvers_renaming=no
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user