Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27737
Modified Files:
config.guess config.sub
Log Message:
Internal changes.
Index: config.guess
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/config.guess,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.guess 23 May 2007 15:37:13 -0000 1.2
--- config.guess 23 Sep 2007 20:39:47 -0000 1.3
***************
*** 5,9 ****
# Inc.
! timestamp='2007-03-06'
# This file is free software; you can redistribute it and/or modify it
--- 5,9 ----
# Inc.
! timestamp='2007-07-22'
# This file is free software; you can redistribute it and/or modify it
***************
*** 331,335 ****
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
! i86pc:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
--- 331,335 ----
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
! i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
***************
*** 794,798 ****
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
! x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
--- 794,798 ----
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
! x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
Index: config.sub
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/config.sub,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.sub 23 May 2007 15:37:13 -0000 1.2
--- config.sub 23 Sep 2007 20:39:47 -0000 1.3
***************
*** 5,9 ****
# Inc.
! timestamp='2007-01-18'
# This file is (in principle) common to ALL GNU software.
--- 5,9 ----
# Inc.
! timestamp='2007-06-28'
# This file is (in principle) common to ALL GNU software.
***************
*** 476,481 ****
os=-unicosmp
;;
! cr16c)
! basic_machine=cr16c-unknown
os=-elf
;;
--- 476,481 ----
os=-unicosmp
;;
! cr16)
! basic_machine=cr16-unknown
os=-elf
;;
***************
*** 684,687 ****
--- 684,691 ----
os=-mingw32
;;
+ mingw32ce)
+ basic_machine=arm-unknown
+ os=-mingw32ce
+ ;;
miniframe)
basic_machine=m68000-convergent
|