mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
For PR784:
Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c380e71e1
commit
0fa145d8b8
@ -320,7 +320,7 @@ AC_ARG_WITH(llvmgccdir,
|
||||
withval=default)
|
||||
case "$withval" in
|
||||
default) WITH_LLVMGCCDIR=default ;;
|
||||
/*) WITH_LLVMGCCDIR=$withval ;;
|
||||
/* | [[A-Za-z]]:[[\\/]]*) WITH_LLVMGCCDIR=$withval ;;
|
||||
*) AC_MSG_ERROR([Invalid path for --with-llvmgccdir. Provide full path]) ;;
|
||||
esac
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -3150,7 +3150,7 @@ else
|
||||
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; }; } ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user