diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-02 17:24:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-02 17:24:55 +0000 |
commit | fb07457db0a2ee8d05f0c5ce60fd1eea564701dd (patch) | |
tree | de62fc1ed1f7090d807bb5d656a41cd532b2fa06 | |
parent | 7a7081f3d08da92f68294b60494fd4d3f9178d77 (diff) | |
download | bcm5719-llvm-fb07457db0a2ee8d05f0c5ce60fd1eea564701dd.tar.gz bcm5719-llvm-fb07457db0a2ee8d05f0c5ce60fd1eea564701dd.zip |
fix misleading warning
llvm-svn: 30690
-rwxr-xr-x | llvm/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/configure b/llvm/configure index 06c053140ce..0c6f8d4a690 100755 --- a/llvm/configure +++ b/llvm/configure @@ -34823,8 +34823,8 @@ fi if test "$llvm_cv_llvmgcc_sanity" = "no" ; then { echo "$as_me:$LINENO: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be " >&5 echo "$as_me: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be " >&2;} - { echo "$as_me:$LINENO: WARNING: ***** working. Please make sure you have llvmgcc and llvmg++ in" >&5 -echo "$as_me: WARNING: ***** working. Please make sure you have llvmgcc and llvmg++ in" >&2;} + { echo "$as_me:$LINENO: WARNING: ***** working. Please make sure you have llvm-gcc and llvm-g++ in" >&5 +echo "$as_me: WARNING: ***** working. Please make sure you have llvm-gcc and llvm-g++ in" >&2;} { echo "$as_me:$LINENO: WARNING: ***** your path before configuring LLVM. The runtime libraries" >&5 echo "$as_me: WARNING: ***** your path before configuring LLVM. The runtime libraries" >&2;} { echo "$as_me:$LINENO: WARNING: ***** (llvm/runtime) will not be built but you should be able to" >&5 |