]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gcc: support grahite only for GCC 5 or above
authorAndrey Yurovsky <yurovsky@gmail.com>
Tue, 1 Aug 2017 23:43:00 +0000 (16:43 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Aug 2017 19:16:45 +0000 (21:16 +0200)
commitd16b6bf9b9da2d58955bf1abaf15f25c5666b90a
treeaf91ea421cfe662ad8666611b46e44446db68c76
parentd64d1216968e5a99c0baccef06e98f7c982cb60b
gcc: support grahite only for GCC 5 or above

GCC 4.9.x requires an old version of ISL to support graphite, and this
old version of ISL is not sufficient to support graphite in modern GCC
versions.

Since GCC 4.9.x is getting older, and to keep things simple, we stop
supporting graphite on old GCC < 5.x. This way, we will be able to
bump ISL to a version that is suitable for modern GCC versions.

In addition, this allows to drop the dependency on cloog, which was
only needed for GCC 4.9.

Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
[Thomas: rework commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gcc/Config.in.host
package/gcc/gcc.mk