diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2014-12-12 03:23:16 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2014-12-12 03:23:16 +0000 |
commit | 923e09ee92afd63f0e6aff37ed796952196bb60b (patch) | |
tree | 3b3efa62b19377ccbebc6fef65620da8673189d1 /contrib/download_prerequisites | |
parent | bcff67ea0a8d74a274ddb25c2c97c14438815bb8 (diff) | |
download | gcc-923e09ee92afd63f0e6aff37ed796952196bb60b.tar.gz |
Adjust the comment in contrib/download_prerequisties.
contrib/
* download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
From-SVN: r218652
Diffstat (limited to 'contrib/download_prerequisites')
-rwxr-xr-x | contrib/download_prerequisites | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index 50acbf57e0a..de0e7c41847 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -19,9 +19,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see http://www.gnu.org/licenses/. -# If you want to build GCC with the Graphite loop optimizations, -# set GRAPHITE_LOOP_OPT=yes to download optional prerequisties -# ISL Library and CLooG. +# If you want to disable Graphite loop optimizations while building GCC, +# DO NOT set GRAPHITE_LOOP_OPT as yes so that the ISL package will not +# be downloaded. GRAPHITE_LOOP_OPT=yes # Necessary to build GCC. |