summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-12 03:23:16 +0000
committerjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-12 03:23:16 +0000
commit9887713485da2a48ebcc08fc36edb75084f910e5 (patch)
tree3b3efa62b19377ccbebc6fef65620da8673189d1 /contrib
parent50485d16f11be5f02d6955e7e3d3b8bcb7e0c6bf (diff)
downloadgcc-9887713485da2a48ebcc08fc36edb75084f910e5.tar.gz
Adjust the comment in contrib/download_prerequisties.
contrib/ * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/download_prerequisites6
2 files changed, 7 insertions, 3 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 7984108089b..e6e224066d8 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
+
+ * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
+
2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
Yury Gribov <y.gribov@samsung.com>
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.