diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2021-09-02 12:19:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-09-02 12:19:14 +0100 |
commit | d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d (patch) | |
tree | 4fe42b81c0faa1a152338545a5318863f7fbbc41 /gas/configure.tgt | |
parent | 718aefcf55cc5a9de3f73d9a37259f8f792b1cef (diff) | |
download | gdb-d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d.zip gdb-d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d.tar.gz gdb-d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d.tar.bz2 |
Add support for the haiku operating system. These are the os support patches we have been grooming and maintaining for quite a few years over on git.haiku-os.org. All of these architectures are working and most have been stable for quite some time.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 68ee046..550fa40 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -125,6 +125,7 @@ generic_target=${cpu_type}-$vendor-$os case ${generic_target} in aarch64*-*-elf*) fmt=elf;; aarch64*-*-fuchsia*) fmt=elf;; + aarch64*-*-haiku*) fmt=elf em=haiku ;; aarch64*-*-genode*) fmt=elf;; aarch64*-*-linux*) fmt=elf em=linux case ${cpu}-${os} in @@ -161,6 +162,7 @@ case ${generic_target} in fmt=coff em=wince-pe ;; arm-*-pe) fmt=coff em=pe ;; arm-*-fuchsia*) fmt=elf ;; + arm-*-haiku*) fmt=elf em=haiku ;; avr-*-*) fmt=elf bfd_gas=yes ;; @@ -222,6 +224,7 @@ case ${generic_target} in i386-*-elfiamcu) fmt=elf arch=iamcu ;; i386-*-elf*) fmt=elf ;; i386-*-fuchsia*) fmt=elf ;; + i386-*-haiku*) fmt=elf em=haiku ;; i386-*-genode*) fmt=elf ;; i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-netbsd*-gnu* | \ @@ -288,6 +291,7 @@ case ${generic_target} in m68k-*-uclinux*) fmt=elf em=uclinux ;; m68k-*-gnu*) fmt=elf ;; m68k-*-netbsd*) fmt=elf em=nbsd ;; + m68k-*-haiku*) fmt=elf em=haiku ;; s12z-*-*) fmt=elf ;; @@ -309,6 +313,7 @@ case ${generic_target} in mips-*-sysv4* | mips-*-gnu*) fmt=elf em=tmips ;; mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) fmt=elf em=tmips ;; + mips-*-haiku*) fmt=elf em=haiku ;; mips-*-elf*) fmt=elf ;; mips-*-netbsd*) fmt=elf em=tmips ;; mips-*-openbsd*) fmt=elf em=tmips ;; @@ -351,6 +356,7 @@ case ${generic_target} in ppc-*-beos*) fmt=coff ;; ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;; ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;; + ppc-*-haiku*) fmt=elf em=haiku ;; ppc-*-linux-*) fmt=elf em=linux ;; ppc-*-solaris*) fmt=elf em=solaris ;; ppc-*-macos*) fmt=coff em=macos ;; @@ -359,6 +365,7 @@ case ${generic_target} in pru-*-*) fmt=elf ;; + riscv*-*-haiku*) fmt=elf endian=little em=haiku ;; riscv*-*-*) fmt=elf ;; rx-*-linux*) fmt=elf em=linux ;; @@ -386,6 +393,7 @@ case ${generic_target} in sh-*-kaos*) fmt=elf ;; shle*-*-kaos*) fmt=elf ;; + sparc-*-haiku*) fmt=elf em=haiku ;; sparc-*-linux-*) fmt=elf em=linux ;; sparc-*-solaris*) fmt=elf em=solaris ;; sparc-*-freebsd*) fmt=elf em=freebsd ;; |