diff options
author | Josh Conner <joshconner@google.com> | 2016-12-02 10:44:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-02 10:44:29 +0000 |
commit | d5451cd45325d12b2cc3d10ffe67f09b0e26b967 (patch) | |
tree | ef28edcd6c7312ad15bced09bafff05085fd1ae2 /configure | |
parent | [AArch64] Recognize STR instruction in prologue (diff) | |
download | binutils-gdb-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.tar.gz binutils-gdb-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.tar.bz2 binutils-gdb-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.zip |
Add support for Fushia OS.
* configure.ac: Add fuchsia to targets that use ELF.
* configure: Regenerated.
bfd * configure.tgt: Add support for fuchsia (OS).
gas * configure.tgt: Add support for fuchsia (OS).
ld * Makefile.am: Add dependency information for earmelf_fuchsia.c.
* Makefile.in: Regenerate.
* configure.tgt: Add support for aarch64-*-fuchsia, arm*-*-fuchsia*, and
x86_64-*-fuchsia* targets.
* emulparams/armelf_fuchsia.sh: New file.
* emulparams/armelfb_fuchsia.sh: New file.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a5f4fc5aa74..5b0ceb7a244 100755 --- a/configure +++ b/configure @@ -2959,7 +2959,7 @@ case "${ENABLE_GOLD}" in *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \ | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \ | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \ - | *-*-solaris2* | *-*-nto* | *-*-nacl*) + | *-*-solaris2* | *-*-nto* | *-*-nacl* | *-*-fuchsia*) case "${target}" in *-*-linux*aout* | *-*-linux*oldld*) ;; |