[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Tue Aug 31 11:03:33 PDT 2004
Changes in directory llvm:
configure updated: 1.107 -> 1.108
---
Log message:
Add support for Interix and FreeBSD
---
Diffs of the changes: (+2 -2)
Index: llvm/configure
diff -u llvm/configure:1.107 llvm/configure:1.108
--- llvm/configure:1.107 Tue Aug 31 09:20:36 2004
+++ llvm/configure Tue Aug 31 13:03:22 2004
@@ -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
More information about the llvm-commits
mailing list