diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-22 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-22 00:16:23 +0000 |
commit | f86e11a267aa70c56b300cfe60cfe3a27111b204 (patch) | |
tree | cf5282a7a46c9f7b758d759c73c35798f1ae5f67 /libstdc++-v3 | |
parent | 47ddb895df311e546a6f54345e18b8749ac50324 (diff) | |
download | gcc-f86e11a267aa70c56b300cfe60cfe3a27111b204.zip gcc-f86e11a267aa70c56b300cfe60cfe3a27111b204.tar.gz gcc-f86e11a267aa70c56b300cfe60cfe3a27111b204.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0c04602..5c20e9e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2020-06-21 David Edelsohn <dje.gcc@gmail.com> + + * Makefile.am (tmake_file): Build and install AIX-style FAT libraries. + * Makefile.in: Regenerate. + * configure.ac (tmake_file): Substitute. + * configure: Regenerate. + * configure.host (aix*): Define tmake_file. + * config/os/aix/t-aix: New file. + 2020-06-20 Jason Merrill <jason@redhat.com> * testsuite/24_iterators/move_iterator/rel_ops_c++20.cc: |