Mercurial > hg > CbC > CbC_llvm
annotate configure @ 145:9987f868744e
fix CbC_llvm
author | mir3636 |
---|---|
date | Tue, 05 Jun 2018 21:59:34 +0900 |
parents | 1172e4bd9c6f |
children |
rev | line source |
---|---|
0 | 1 #! /bin/sh |
100 | 2 echo "################################################################################" |
3 echo "################################################################################" | |
120 | 4 echo "The LLVM project no longer supports building with configure & make." |
100 | 5 echo "" |
6 echo "Please migrate to the CMake-based build system." | |
7 echo "For more information see: http://llvm.org/docs/CMake.html" | |
8 echo "################################################################################" | |
9 echo "################################################################################" | |
120 | 10 exit 1 |