diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 19:32:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 19:32:58 +0000 |
commit | 30f58bb19238bfc5f617978f3201c2c42d2828f4 (patch) | |
tree | dab6915641e96726e62b0700ded22bea25da7dc4 /config.make.in | |
parent | 06e2c646693d5310011c0190509682a23097b8ae (diff) | |
download | glibc-30f58bb19238bfc5f617978f3201c2c42d2828f4.zip glibc-30f58bb19238bfc5f617978f3201c2c42d2828f4.tar.gz glibc-30f58bb19238bfc5f617978f3201c2c42d2828f4.tar.bz2 |
Remove -static-libgcc configure test.
There is a configure test for -static-libgcc. GCC added this option
in version 3.0, so this test is obsolete; this patch removes it.
Tested for x86_64 and x86 (testsuite, and that installed shared
libraries are unchanged by the patch).
* configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
* configure: Regenerated.
* config.make.in (static-libgcc): Remove variable.
* Makerules (build-shlib-helper): Use -static-libgcc instead of
$(static-libgcc).
(build-module-helper): Likewise.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index 839d86f..6449559 100644 --- a/config.make.in +++ b/config.make.in @@ -70,8 +70,6 @@ use-default-link = @use_default_link@ output-format = @libc_cv_output_format@ have-cxx-thread_local = @libc_cv_cxx_thread_local@ -static-libgcc = @libc_cv_gcc_static_libgcc@ - exceptions = @exceptions@ multi-arch = @multi_arch@ |