From c5d09c0f87b22a7097d86a1bd6807784ca9562bc Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 1 Feb 1999 11:11:46 +0000 Subject: [PATCH] Add v850e-elf target. --- .Sanitize | 33 --------------------------------- ChangeLog | 9 +++++++-- config.sub | 13 ++++++------- configure.in | 7 +++---- 4 files changed, 16 insertions(+), 46 deletions(-) diff --git a/.Sanitize b/.Sanitize index 7f5e961..6ef6b75 100644 --- a/.Sanitize +++ b/.Sanitize @@ -248,39 +248,6 @@ else done fi -if [ -n "${verbose}" ] ; then - echo Processing \"v850\"... -fi - -v850_files="ChangeLog config.sub configure.in" - -if ( echo $* | grep keep\-v850e > /dev/null ) ; then - for i in $v850_files ; do - if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping v850e stuff in $i - fi - fi - done -else - for i in * ; do - if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"v850e\" from $i... - fi - cp $i new - sed '/start\-sanitize\-v850e/,/end-\sanitize\-v850e/d' < $i > new - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - if [ -n "${verbose}" ] ; then - echo Caching $i in .Recover... - fi - mv $i .Recover - fi - mv new $i - fi - done -fi - r5900_files="ChangeLog config.sub configure.in" if ( echo $* | grep keep\-r5900 > /dev/null ) ; then diff --git a/ChangeLog b/ChangeLog index a710bfa..89b15bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 18 13:59:20 1999 Christopher Faylor + + * Makefile.in: Remove unneeded all-target-libio from + from all-target-winsup target since it is now unneeded. + Add all-target-libtermcap in its place since it is now + needed. + Wed Dec 30 20:34:52 1998 Christopher Faylor * configure.in: makefile stub for cygwin target is probably @@ -1340,7 +1347,6 @@ Tue Aug 19 01:41:32 1997 Jason Merrill * Makefile.in (BISON): Add -L flag. (YACC): Likewise. -start-sanitize-v850e Mon Aug 18 11:30:50 1997 Nick Clifton * configure.in (noconfigdirs): Add support for v850e target. @@ -1353,7 +1359,6 @@ Mon Aug 18 11:30:50 1997 Nick Clifton * config.sub (maybe_os): Add support for v850ea target. -end-sanitize-v850e Mon Aug 18 09:24:06 1997 Gavin Koch * config.sub: Add mipstx39. Delete r3900. diff --git a/config.sub b/config.sub index ad715bb..96d28e2 100755 --- a/config.sub +++ b/config.sub @@ -199,7 +199,8 @@ case $basic_machine in # Some are omitted here because they have special meanings below. tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ - | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ + | tron | a29k | 580 | i960 | h8300 \ + | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \ | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ | 1750a | dsp16xx | pdp11 \ @@ -210,7 +211,7 @@ case $basic_machine in basic_machine=$basic_machine-unknown ;; m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \ - | h8500 | w65 | fr30 | tiny2j) # CYGNUS LOCAL + | h8500 | w65 | fr30) # CYGNUS LOCAL basic_machine=$basic_machine-unknown ;; thumb) @@ -275,14 +276,12 @@ case $basic_machine in basic_machine=$basic_machine-unknown ;; # end-sanitize-sky -# start-sanitize-v850e v850e) # CYGNUS LOCAL jtc/v850 basic_machine=$basic_machine-unknown ;; v850ea) # CYGNUS LOCAL jtc/v850 basic_machine=$basic_machine-unknown ;; -# end-sanitize-v850e d10v) basic_machine=$basic_machine-unknown ;; @@ -305,7 +304,9 @@ case $basic_machine in | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ - | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ + | xmp-* | ymp-* \ + | hppa-* | hppa1.0-* | hppa1.1-* \ + | hppa2.0-* | hppa2.0w-* | hppa2.0n-* \ | alpha-* | alphaev5-* | alphaev56-* | alphapca56-* \ | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \ | xps100-* | clipper-* | orion-* \ @@ -326,12 +327,10 @@ case $basic_machine in # end-sanitize-sky v850-*) # CYGNUS LOCAL ;; -# start-sanitize-v850e v850e-*) # CYGNUS LOCAL ;; v850ea-*) # CYGNUS LOCAL ;; -# end-sanitize-v850e d30v-*) # CYGNUS LOCAL ;; # start-sanitize-vr4xxx diff --git a/configure.in b/configure.in index ec6c455..e7a8d0c 100644 --- a/configure.in +++ b/configure.in @@ -662,6 +662,7 @@ case "${target}" in # CYGNUS LOCAL d30v d30v-*-*) ;; + # CYGNUS LOCAL fr30 fr30-*-elf*) if [ x${is_cross_compiler} != xno ] ; then target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon" @@ -906,14 +907,12 @@ case "${target}" in v850-*-*) noconfigdirs="$noconfigdirs target-libgloss" ;; -# start-sanitize-v850e - v850e-*-*) + v850e-*-*) # CYGNUS LOCAL v850e noconfigdirs="$noconfigdirs target-libgloss" ;; v850ea-*-*) noconfigdirs="$noconfigdirs target-libgloss" - ;; -# end-sanitize-v850e + ;; # END CYGNUS LOCAL vax-*-vms) noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss" ;; -- 2.7.4