diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-19 02:25:50 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-19 02:25:50 +0000 |
commit | 2b5e6b1c9c9c3c3f0d07098020f9eb4527515374 (patch) | |
tree | e1c6920ef99810b76c268304c304199939d194a6 /autoconf/config.guess | |
parent | 97200e4dd4576d2a07547e07f8118cd01b63f2e9 (diff) |
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
Diffstat (limited to 'autoconf/config.guess')
-rwxr-xr-x | autoconf/config.guess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoconf/config.guess b/autoconf/config.guess index e792aac608..865fe53d6b 100755 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -333,6 +333,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + AUX_ARCH="i386" + echo ${AUX_ARCH}-pc-auroraux`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" |