acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out exception-throwing code for linker test.

2000-10-11  Phil Edwards  <pme@sources.redhat.com>

	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Comment out
	  exception-throwing code for linker test.
	* aclocal.m4:  Regenerate.
	* configure:  Regenerate.

From-SVN: r36838
This commit is contained in:
Phil Edwards 2000-10-11 17:08:35 +00:00
parent 0fba720823
commit a3cfd96a44
4 changed files with 1022 additions and 1004 deletions

View File

@ -1,3 +1,10 @@
2000-10-11 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
exception-throwing code for linker test.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* Makefile.am (LIBSUPCXX_INCLUDES): Adjust.

View File

@ -273,8 +273,8 @@ AC_DEFUN(GLIBCPP_CHECK_LINKER_FEATURES, [
AC_TRY_RUN([
int main(void)
{
try { throw 1; }
catch (...) { };
//try { throw 1; }
//catch (...) { };
return 0;
}
], [ac_sectionLDflags=yes], [ac_sectionLFflags=no], [ac_sectionLDflags=yes])

View File

@ -285,8 +285,8 @@ AC_DEFUN(GLIBCPP_CHECK_LINKER_FEATURES, [
AC_TRY_RUN([
int main(void)
{
try { throw 1; }
catch (...) { };
//try { throw 1; }
//catch (...) { };
return 0;
}
], [ac_sectionLDflags=yes], [ac_sectionLFflags=no], [ac_sectionLDflags=yes])

2011
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff