diff --git a/ChangeLog b/ChangeLog index 9b488da..a8157ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-04 Ben Elliston + + * config.sub: Handle simso-wrs (Wind River's VxWorks Solaris + simulator target). From dpovey@dstc.qut.edu.au. + 2001-09-14 H.J. Lu * config.sub: Support avr-vendor-*. diff --git a/config.sub b/config.sub index 838237e..045a575 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-09-14' +timestamp='2001-10-04' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -796,7 +796,7 @@ case $basic_machine in basic_machine=sh-hitachi os=-hms ;; - sparclite-wrs) + sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;;