diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-31 18:03:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-31 18:03:23 +0000 |
commit | a11e4dbef5fb074040aab59ce9ec630de8412511 (patch) | |
tree | cd8e84f3caf5e26a9d0a3e5e830c5839fab8b7aa /autoconf | |
parent | ef6efabd6dc4c1b7d010b2ca75a69ffddbdbb81f (diff) | |
download | external_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 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 771a8ee..603a7c5 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -116,11 +116,11 @@ case $build in ;; *-*-freebsd*) AC_SUBST(OS,[Linux]) - platform_type="Linux" + platform_type="FreeBSD" ;; *-*-interix*) AC_SUBST(OS,[SunOS]) - platform_type="SunOS" + platform_type="Interix" ;; *-*-linux*) AC_SUBST(OS,[Linux]) |