From 2b5e6b1c9c9c3c3f0d07098020f9eb4527515374 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 19 Nov 2009 02:25:50 +0000 Subject: autoconf config.* claims to not know about auroraux triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89301 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/config.sub | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'autoconf/config.sub') diff --git a/autoconf/config.sub b/autoconf/config.sub index 8ca084b..183976a 100755 --- a/autoconf/config.sub +++ b/autoconf/config.sub @@ -1256,6 +1256,9 @@ case $os in -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; + -auroraux) + os=-auroraux + ;; -solaris) os=-solaris2 ;; @@ -1274,7 +1277,7 @@ case $os in # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* | -sym* \ | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ -- cgit v1.1