=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.guess,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/sudo/Attic/config.guess 2007/07/26 16:10:15 1.11 --- src/usr.bin/sudo/Attic/config.guess 2007/09/05 23:55:56 1.12 *************** *** 4,10 **** # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. ! timestamp='2006-07-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by --- 4,10 ---- # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. ! timestamp='2006-11-15' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by *************** *** 161,166 **** --- 161,167 ---- arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched *************** *** 793,799 **** x86:Interix*:[3456]*) echo i586-pc-interix${UNAME_RELEASE} exit ;; ! EM64T:Interix*:[3456]*) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) --- 794,800 ---- x86:Interix*:[3456]*) echo i586-pc-interix${UNAME_RELEASE} exit ;; ! EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) *************** *** 1207,1212 **** --- 1208,1216 ---- exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE}