mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
Add i386-netbsd-gnu target.
This commit is contained in:
@ -166,7 +166,8 @@ i[3-7]86-*-unixware) targ_emul=elf_i386 ;;
|
||||
i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
|
||||
targ_extra_emuls="elf_i386"
|
||||
;;
|
||||
i[3-7]86-*-netbsdelf*) targ_emul=elf_i386
|
||||
i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*)
|
||||
targ_emul=elf_i386
|
||||
targ_extra_emuls=i386nbsd
|
||||
;;
|
||||
i[3-7]86-*-netbsdpe*) targ_emul=i386pe
|
||||
|
Reference in New Issue
Block a user