Add m68k-uclinux target

This commit is contained in:
Nick Clifton 2004-01-02 16:37:12 +00:00
parent 162467d3b4
commit b50c15dce9
7 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-02 Bernardo Innocenti <bernie@develer.com>
* config.bfd: Add m68k-uClinux target.
2004-01-01 Grant Edwards <grante@visi.com>
* elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.

View File

@ -651,7 +651,7 @@ case "${targ}" in
targ_defvec=m68kcoff_vec
targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec"
;;
m68*-*-elf* | m68*-*-sysv4*)
m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux*)
targ_defvec=bfd_elf32_m68k_vec
targ_selvecs="m68kcoff_vec ieee_vec"
;;

View File

@ -1,3 +1,7 @@
2004-01-02 Bernardo Innocenti <bernie@develer.com>
* configure.in: Add m68k-uClinux target.
* configure: Regenerate.
For older changes see ChangeLog-0203

1
gas/configure vendored
View File

@ -4202,6 +4202,7 @@ echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a wo
m68k-*-hpux*) fmt=hp300 em=hp300 ;;
m68k-*-linux*aout*) fmt=aout em=linux ;;
m68k-*-linux-gnu*) fmt=elf em=linux ;;
m68k-*-uclinux*) fmt=elf ;;
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsdelf*) fmt=elf em=nbsd ;;

View File

@ -359,6 +359,7 @@ changequote([,])dnl
m68k-*-hpux*) fmt=hp300 em=hp300 ;;
m68k-*-linux*aout*) fmt=aout em=linux ;;
m68k-*-linux-gnu*) fmt=elf em=linux ;;
m68k-*-uclinux*) fmt=elf ;;
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsdelf*) fmt=elf em=nbsd ;;

View File

@ -1,3 +1,6 @@
2004-01-02 Bernardo Innocenti <bernie@develer.com>
* configure.tgt: Add m68k-uClinux target.
For older changes see ChangeLog-0203

View File

@ -367,6 +367,7 @@ m68k-*-linux-gnu*) targ_emul=m68kelf
targ_extra_emuls=m68klinux
tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
;;
m68k-*-uclinux*) targ_emul=m68kelf ;;
m68*-*-gnu*) targ_emul=m68kelf ;;
m68*-*-lynxos*) targ_emul=m68klynx ;;
m68*-*-netbsd*4k*) targ_emul=m68k4knbsd