Changeset 5508683 in mod_gnutls for config/config.sub
- Timestamp:
- Jan 11, 2013, 12:58:10 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 17eb1a1, 9c4a744
- Parents:
- bbb9bb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/config.sub
rbbb9bb1 r5508683 2 2 # Configuration validation subroutine script. 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 5 5 # Free Software Foundation, Inc. 6 6 7 timestamp='2009-0 4-17'7 timestamp='2009-06-11' 8 8 9 9 # This file is (in principle) common to ALL GNU software. … … 153 153 os= 154 154 basic_machine=$1 155 ;; 156 -bluegene*) 157 os=-cnk 155 158 ;; 156 159 -sim | -cisco | -oki | -wec | -winbond) … … 468 471 os=-linux 469 472 ;; 473 bluegene*) 474 basic_machine=powerpc-ibm 475 os=-cnk 476 ;; 470 477 c90) 471 478 basic_machine=c90-cray … … 1261 1268 # -sysv* is not here because it comes later, after sysvr4. 1262 1269 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 1263 | -*vms* | -sco* | -esix* | -isc* | -aix* | - sunos | -sunos[34]*\1270 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ 1264 1271 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 1265 1272 | -kopensolaris* \ … … 1614 1621 vendor=sun 1615 1622 ;; 1616 - aix*)1623 -cnk*|-aix*) 1617 1624 vendor=ibm 1618 1625 ;;
Note: See TracChangeset
for help on using the changeset viewer.