Mercurial > hg > CbC > CbC_llvm
comparison configure @ 209:dd44ba33042e
merged...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:36:09 +0900 |
parents | 0d65220a63c8 |
children |
comparison
equal
deleted
inserted
replaced
208:874d1390268d | 209:dd44ba33042e |
---|---|
1 #! /bin/sh | |
2 echo "################################################################################" | |
3 echo "################################################################################" | |
4 echo "The LLVM project no longer supports building with configure & make." | |
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 "################################################################################" | |
10 exit 1 |