From d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 2 Sep 2021 12:19:14 +0100 Subject: 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. --- ld/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index f8e9932..0abbde4 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -167,6 +167,7 @@ ALL_EMULATION_SOURCES = \ earmelf.c \ earmelf_fbsd.c \ earmelf_fuchsia.c \ + earmelf_haiku.c \ earmelf_linux.c \ earmelf_linux_eabi.c \ earmelf_linux_fdpiceabi.c \ @@ -258,6 +259,7 @@ ALL_EMULATION_SOURCES = \ eelf32ppc.c \ eelf32ppc_fbsd.c \ eelf32ppclinux.c \ + eelf32ppchaiku.c \ eelf32ppcnto.c \ eelf32ppcsim.c \ eelf32ppcvxworks.c \ @@ -279,9 +281,11 @@ ALL_EMULATION_SOURCES = \ eelf_i386.c \ eelf_i386_be.c \ eelf_i386_fbsd.c \ + eelf_i386_haiku.c \ eelf_i386_ldso.c \ eelf_i386_sol2.c \ eelf_i386_vxworks.c \ + eelf_mipsel_haiku.c \ eelf_iamcu.c \ eelf_s390.c \ eh8300elf.c \ @@ -383,6 +387,7 @@ ALL_64_EMULATION_SOURCES = \ eaarch64cloudabib.c \ eaarch64fbsd.c \ eaarch64fbsdb.c \ + eaarch64haiku.c \ eaarch64linux.c \ eaarch64linuxb.c \ eaarch64linux32.c \ @@ -454,6 +459,7 @@ ALL_64_EMULATION_SOURCES = \ eelf_k1om_fbsd.c \ eelf_x86_64.c \ eelf_x86_64_cloudabi.c \ + eelf_x86_64_haiku.c \ eelf_x86_64_fbsd.c \ eelf_x86_64_sol2.c \ ehppa64linux.c \ -- cgit v1.1