commit | a11e4dbef5fb074040aab59ce9ec630de8412511 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Tue Aug 31 18:03:23 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Tue Aug 31 18:03:23 2004 +0000 |
tree | cd8e84f3caf5e26a9d0a3e5e830c5839fab8b7aa | |
parent | ef6efabd6dc4c1b7d010b2ca75a69ffddbdbb81f [diff] [blame] |
Add support for Interix and FreeBSD git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16126 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index 3707f8d..325ed37 100755 --- a/configure +++ b/configure
@@ -1911,12 +1911,12 @@ *-*-freebsd*) OS=Linux - platform_type="Linux" + platform_type="FreeBSD" ;; *-*-interix*) OS=SunOS - platform_type="SunOS" + platform_type="Interix" ;; *-*-linux*) OS=Linux