Add support for Interix and FreeBSD
[oota-llvm.git] / autoconf / configure.ac
index 771a8eec2d915e58f665b04167858eafc977b68e..603a7c520b688d5e64e6423bd42a58ece9252b72 100644 (file)
@@ -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])