diff options
author | Andrew Bennett <andrew.bennett@imgtec.com> | 2014-09-10 12:41:28 +0100 |
---|---|---|
committer | Andrew Bennett <andrew.bennett@imgtec.com> | 2014-09-12 14:25:15 +0100 |
commit | a9d58c068ccfa66fd94fffc001bbaf996ec53a7d (patch) | |
tree | 2772354d570e95cd8333975ddfa38c41d29f0079 /configure | |
parent | PR tdep/17379: Fix internal-error when stack pointer is invalid. (diff) | |
download | binutils-gdb-a9d58c068ccfa66fd94fffc001bbaf996ec53a7d.tar.gz binutils-gdb-a9d58c068ccfa66fd94fffc001bbaf996ec53a7d.tar.bz2 binutils-gdb-a9d58c068ccfa66fd94fffc001bbaf996ec53a7d.zip |
Add mips*-img-elf* target triple.
/
* configure.ac: Add mips*-img-elf* target triple.
* configure: Regenerate.
bfd/
* config.bfd: Add mips*-img-elf* target triple.
gas/
* configure.tgt: Add mips*-img-elf* target triple.
gas/testsuite/
* gas/mips/mips.exp: Add mips*-img-elf* target triple.
binutils/testsuite/
* binutils-all/objcopy.exp: Add mips*-img-elf* target triple.
* binutils-all/readelf.exp: Likewise.
ld/
* configure.tgt: Add mips*-img-elf* target triple.
ld/testsuite/
* ld-mips-elf/mips-elf.exp: Add support for mips*-img-elf* target
triple.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index dfea3bd7459..4d0985e3259 100755 --- a/configure +++ b/configure @@ -3782,7 +3782,7 @@ case "${target}" in microblaze*) noconfigdirs="$noconfigdirs gprof" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) if test x$with_newlib = xyes; then noconfigdirs="$noconfigdirs gprof" fi @@ -6993,7 +6993,7 @@ case "${target}" in spu-*-*) target_makefile_frag="config/mt-spu" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) target_makefile_frag="config/mt-sde" ;; mipsisa*-*-elfoabi*) |