diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-30 17:16:14 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-30 17:16:14 +0000 |
commit | df148e44caaa3b60fc646e1b6aed64b257174f66 (patch) | |
tree | 80445252005987111a91256b35774483d66bfb2f /ChangeLog | |
parent | bde9ffa8ca4a5427d23f789888e2e9106ca9c97e (diff) | |
download | gcc-df148e44caaa3b60fc646e1b6aed64b257174f66.tar.gz |
PR libstdc++/61011
* configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 78d8474d27b..174390e548d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-30 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/61011 + * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly. + Disable libcilkrts, libitm, libsanitizer when not building libstdc++. + * configure: Regenerate. + 2014-05-28 Pedro Alves <palves@redhat.com> * MAINTAINERS (Write After Approval): Add myself. |