* configure.tgt (dvp-*-*): Recognize.

This commit is contained in:
Doug Evans 1998-01-28 20:29:04 +00:00
parent 9169104250
commit 75aacf7acb
3 changed files with 11 additions and 12 deletions

View File

@ -234,7 +234,7 @@ else
done
fi
sky_files="ChangeLog configure.tgt Makefile.am Makefile.in"
sky_files="ChangeLog configure.tgt"
if ( echo $* | grep keep\-sky > /dev/null ) ; then
for i in $sky_files ; do

View File

@ -1,3 +1,9 @@
start-sanitize-sky
Wed Jan 28 12:19:31 1998 Doug Evans <devans@canuck.cygnus.com>
* configure.tgt (dvp-*-*): Recognize.
end-sanitize-sky
Wed Jan 28 14:10:01 1998 Ian Lance Taylor <ian@cygnus.com>
* ld.texinfo (Options): Mention LDEMULATION in description of -m.
@ -71,16 +77,6 @@ Thu Jan 1 18:04:51 1998 Jeffrey A Law (law@cygnus.com)
* scripttempl/h8300h.sc: Fix typo.
* scripttempl/h8300s.sc: Likewise.
start-sanitize-sky
Mon Dec 22 16:54:39 1997 Doug Evans <devans@canuck.cygnus.com>
* Makefile.am (etxvuelf.c): Add rule for.
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.tgt (txvu-*-*): Recognize.
* emulparams/txvuelf.sh: New file.
end-sanitize-sky
Sun Dec 21 12:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
* ldexp.c (fold_name): Don't crash if the symbol is defined in a

View File

@ -203,10 +203,13 @@ rs6000-*-aix*) targ_emul=aixrs6 ;;
# start-sanitize-tic80
tic80-*-*) targ_emul=tic80coff ;;
# end-sanitize-tic80
# start-sanitize-sky
dvp-*-*) targ_emul=elf32l4300 ;; # mips64r5900-elf
# end-sanitize-sky
v850-*-*) targ_emul=v850 ;;
# start-sanitize-v850e
v850e-*-*) targ_emul=v850 ;;
v850eq-*-*) targ_emul=v850 ;;
v850ea-*-*) targ_emul=v850 ;;
# end-sanitize-v850e
w65-*-*) targ_emul=w65 ;;
*-*-aout) targ_emul=${target_cpu}-${target_vendor} ;;