This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: update config.guess in 3.0?
- To: Stephane Carrez <Stephane dot Carrez at Sun dot COM>, config-patches at gnu dot org
- Subject: Re: update config.guess in 3.0?
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 08 Jun 2001 09:21:41 -0300
- Cc: pme at sources dot redhat dot com, green at redhat dot com, gcc-patches at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <200106080950.LAA18739@sunchorus.France.Sun.COM>
On Jun 8, 2001, Stephane Carrez <Stephane.Carrez@Sun.COM> wrote:
>> On Jun 8, 2001, Stephane Carrez <Stephane.Carrez@Sun.COM> wrote:
>>>> 2001-06-04 Phil Edwards <pme@sources.redhat.com>
>>>>
>>>> * config.guess: Import CVS version 1.194. All gcc-local changes
>>>> appear to also be in the master copy.
>>>> * config.sub: Import CVS version 1.211.
>>> It has the side effect of removing the *-chorusos configurations
> Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
> * config.sub: Add support for Sun Chorus
Ben, could you please expedite the integration of this patch so that
we can re-import config.sub from the master sources?
Index: ChangeLog
from Christopher Faylor <cgf@cygnus.com>
* config.sub: Add support for Sun Chorus.
Index: config.sub
===================================================================
RCS file: /cvs/gcc/egcs/config.sub,v
retrieving revision 1.51.4.1
diff -u -p -c -r1.51.4.1 config.sub
*** config.sub 2001/06/04 21:34:08 1.51.4.1
--- config.sub 2001/06/08 12:13:08
*************** case $os in
*** 157,162 ****
--- 157,170 ----
os=-vxworks
basic_machine=$1
;;
+ -chorusos*)
+ os=-chorusos
+ basic_machine=$1
+ ;;
+ -chorusrdb)
+ os=-chorusrdb
+ basic_machine=$1
+ ;;
-hiux*)
os=-hiuxwe2
;;
*************** case $os in
*** 1022,1027 ****
--- 1030,1036 ----
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ | -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me