mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
binutils/ld: Fix arm target emulation typo
Change-Id: Ia8e6631b3aae04c302104826d1e98a33590ed440
This commit is contained in:
parent
c3d8487752
commit
bc70af2399
@ -203,7 +203,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
|
||||
|
Loading…
Reference in New Issue
Block a user