public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] haiku/arm: Fix targ_emul typo
@ 2022-01-11 17:08 Alexander von Gluck IV
  2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
  2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander von Gluck IV @ 2022-01-11 17:08 UTC (permalink / raw)
  To: binutils

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

diff --git a/ld/configure.tgt b/ld/configure.tgt
index 2a4650c3409..c7acf3f11ff 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -202,7 +202,7 @@ arm*-*-conix*)		targ_emul=armelf
 arm*-*-fuchsia*)	targ_emul=armelf_fuchsia
 			targ_extra_emuls="armelfb_fuchsia armelf armelfb"
 			;;
-arm*-*-haiku*)		arg_emul=armelf_haiku
+arm*-*-haiku*)		targ_emul=armelf_haiku
 			targ_extra_emuls=armelf
 			;;
 avr-*-*)		targ_emul=avr2
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-22 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 17:08 [PATCH 1/2] haiku/arm: Fix targ_emul typo Alexander von Gluck IV
2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
2022-01-22 14:22   ` Nick Clifton
2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).