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.ac | |
parent | 432ec0814b01a93b88eddf13092ea6abef34652d (diff) | |
download | binutils-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.zip binutils-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.tar.gz binutils-d5451cd45325d12b2cc3d10ffe67f09b0e26b967.tar.bz2 |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a27985c..3ec86c1 100644 --- a/configure.ac +++ b/configure.ac @@ -337,7 +337,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*) ;; |