From a11e4dbef5fb074040aab59ce9ec630de8412511 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 31 Aug 2004 18:03:23 +0000 Subject: Add support for Interix and FreeBSD git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16126 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoconf') 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]) -- cgit v1.1