Add i386-netbsd-gnu target.
This commit is contained in:
parent
9692141b0a
commit
a06a29f25f
7 changed files with 187 additions and 171 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-13 Robert Millan <zeratul2@wanadoo.es>
|
||||
|
||||
* config.bfd: Add i386-netbsd-gnu target.
|
||||
|
||||
2003-06-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* opncls.c (calc_crc32): Rename to
|
||||
|
|
|
@ -446,7 +446,7 @@ case "${targ}" in
|
|||
targ_cflags=-DOLD_FREEBSD_ABI_LABEL ;;
|
||||
esac
|
||||
;;
|
||||
i[3-7]86-*-netbsdelf*)
|
||||
i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
targ_selvecs=i386netbsd_vec
|
||||
;;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-06-13 Robert Millan <zeratul2@wanadoo.es>
|
||||
|
||||
* configure.in: Add i386-netbsd-gnu target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-06-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* doc/as.texinfo (Comm): Added @node. Moved before CFI
|
||||
|
|
339
gas/configure
vendored
339
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -253,6 +253,7 @@ changequote([,])dnl
|
|||
i386-*-bsd*) fmt=aout em=386bsd ;;
|
||||
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
|
||||
i386-*-netbsdpe*) fmt=coff em=pe ;;
|
||||
i386-*-netbsd*-gnu*) fmt=elf em=nbsd ;;
|
||||
i386-*-netbsdelf*) fmt=elf em=nbsd ;;
|
||||
i386-*-*n*bsd*) case ${cpu} in
|
||||
x86_64) fmt=elf em=nbsd ;;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-06-13 Robert Millan <zeratul2@wanadoo.es>
|
||||
|
||||
* configure.tgt: Add i386-netbsd-gnu target.
|
||||
|
||||
2003-06-12 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue