Skip to content

Commit acce4ba

Browse files
committed
arc64: Add arc64linux32 as an extra emulation
when building arc64-elf targets Signed-off-by: Claudiu Zissulescu <[email protected]>
1 parent e9dcba0 commit acce4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ld/configure.tgt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ arc-*-elf* | arc[be]*-*-elf*) targ_emul=arcelf
157157
targ_extra_emuls="arclinux arclinux_nps arcv2elf arcv2elfx"
158158
;;
159159
arc64-*-elf*) targ_emul=arc64elf64
160-
targ_extra_emuls="arc64elf32 arc64linux64"
160+
targ_extra_emuls="arc64elf32 arc64linux64 arc64linux32"
161161
targ_extra_libpath=$targ_extra_emuls
162162
;;
163163
arc32-*-elf*) targ_emul=arc64elf32

0 commit comments

Comments
 (0)