Adjust the comment in contrib/download_prerequisties.
authorChung-Ju Wu <jasonwucj@gmail.com>
Fri, 12 Dec 2014 03:23:16 +0000 (03:23 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Fri, 12 Dec 2014 03:23:16 +0000 (03:23 +0000)
contrib/
* download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.

From-SVN: r218652

contrib/ChangeLog
contrib/download_prerequisites

index 7984108089bd6d23ba9c1b20aa0ac06bdca57abd..e6e224066d8810c4e5844ceeee5d6c4bf698bdea 100644 (file)
@@ -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>
 
index 50acbf57e0a38ef62e59c0d226297f3f00776156..de0e7c41847d9cd95aae55a1bcceed13203484f0 100755 (executable)
@@ -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.