aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-31 18:03:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-31 18:03:23 +0000
commita11e4dbef5fb074040aab59ce9ec630de8412511 (patch)
treecd8e84f3caf5e26a9d0a3e5e830c5839fab8b7aa /configure
parentef6efabd6dc4c1b7d010b2ca75a69ffddbdbb81f (diff)
downloadexternal_llvm-a11e4dbef5fb074040aab59ce9ec630de8412511.zip
external_llvm-a11e4dbef5fb074040aab59ce9ec630de8412511.tar.gz
external_llvm-a11e4dbef5fb074040aab59ce9ec630de8412511.tar.bz2
Add support for Interix and FreeBSD
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3707f8d..325ed37 100755
--- a/configure
+++ b/configure
@@ -1911,12 +1911,12 @@ case $build in
*-*-freebsd*)
OS=Linux
- platform_type="Linux"
+ platform_type="FreeBSD"
;;
*-*-interix*)
OS=SunOS
- platform_type="SunOS"
+ platform_type="Interix"
;;
*-*-linux*)
OS=Linux