⛏️ index : buildtools.git

author Alexander von Gluck IV <kallisti5@unixzen.com> 2019-07-11 19:11:24.0 -05:00:00
committer Alexander von Gluck IV <kallisti5@unixzen.com> 2019-07-11 19:13:46.0 -05:00:00
commit
d113c7b5b43abe56ed1514865f339a4e14192ddf [patch]
tree
bbd61d1a49149dec4d4697c61fd00b0538ece375
parent
a82c1c48e386d6a205b8d3189b041b46191d2cc7
download
d113c7b5b43abe56ed1514865f339a4e14192ddf.tar.gz

binutils: Fix powerpc gas target for Haiku

Change-Id: Ibdf538b02f3c0dab558ac3f4e3333a4b5cfba2af

Diff

 binutils/gas/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/gas/configure.tgt b/binutils/gas/configure.tgt
index d970938..7f8b9a6 100644
--- a/binutils/gas/configure.tgt
+++ a/binutils/gas/configure.tgt
@@ -360,7 +360,7 @@
  ppc-*-beos*)				fmt=coff ;;
  ppc-*-*n*bsd* | ppc-*-elf*)		fmt=elf ;;
  ppc-*-eabi* | ppc-*-sysv4*)		fmt=elf ;;
  ppc-*-haiku-*)			fmt=elf em=haiku ;;
  ppc-*-haiku*)				fmt=elf em=haiku ;;
  ppc-*-linux-*)			fmt=elf em=linux ;;
  ppc-*-solaris*)			fmt=elf em=solaris ;;
  ppc-*-macos*)				fmt=coff em=macos ;;