diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2014-11-26 21:53:04 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@gcc.gnu.org> | 2014-11-26 21:53:04 +0000 |
commit | 74ae587edafb8c83ac77fdc9182db76ef123955f (patch) | |
tree | c1e9127b6f62777ba9b44a500acc20bf28d91105 /ChangeLog | |
parent | 2ad2e0afc6e7c7510c340b8de6202ed1f3f9b733 (diff) | |
download | gcc-74ae587edafb8c83ac77fdc9182db76ef123955f.zip gcc-74ae587edafb8c83ac77fdc9182db76ef123955f.tar.gz gcc-74ae587edafb8c83ac77fdc9182db76ef123955f.tar.bz2 |
Merge toplevel configure.ac bits from Binutils
GCC and Binutils had a common ./configure.ac after this commit:
commit 08d081652f50df83f7e9768f8dbb7a99b0df50a2
Author: sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed May 14 23:20:59 2014 +0000
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
* configure: Regenerated.
config/
* mt-nios2-elf: New file.
Based on that file version, all GCC and Binutils commits to this file were
applied. This pulls in the following missing Binutils changes to configure.ac:
2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
Disable gdb for or1k*-*-* until supported
* configure.ac (or1k*-*-*): Disable gdb.
* configure: Regenerated.
2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
GDB not supported for or1k*-*-rtems*
* configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
of the stanzas results in this not being caught by or1k*-*-* later.
* configure. Regenerated.
2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
* configure: Disable gdb for nds32*-*-* until supported.
* configure.ac: Disable gdb for nds32*-*-* until supported.
2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
* configure.ac: Add mips*-img-elf* target triple.
* configure: Regenerate.
For this patch:
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Merge with Binutils.
From-SVN: r218100
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de> + + * configure.ac: Merge with Binutils. + 2014-11-26 Tobias Burnus <burnus@net-b.de> * Makefile.def: Make more dependent on mpfr, mpc and isl. |