[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Sun May 21 03:40:45 PDT 2006
Changes in directory llvm:
configure updated: 1.229 -> 1.230
---
Log message:
For PR784: http://llvm.cs.uiuc.edu/PR784 :
Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.229 llvm/configure:1.230
--- llvm/configure:1.229 Tue May 16 03:53:32 2006
+++ llvm/configure Sun May 21 05:40:20 2006
@@ -3150,7 +3150,7 @@
fi;
case "$withval" in
default) WITH_LLVMGCCDIR=default ;;
- /*) WITH_LLVMGCCDIR=$withval ;;
+ /* | [A-Za-z]:[\\/]*) WITH_LLVMGCCDIR=$withval ;;
*) { { echo "$as_me:$LINENO: error: Invalid path for --with-llvmgccdir. Provide full path" >&5
echo "$as_me: error: Invalid path for --with-llvmgccdir. Provide full path" >&2;}
{ (exit 1); exit 1; }; } ;;
More information about the llvm-commits
mailing list