gcc: use <pkg>_EXCLUDES, not <pkg>_TAR_EXCLUDES
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Nov 2015 07:32:39 +0000 (08:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Nov 2015 07:32:39 +0000 (08:32 +0100)
commit4a8478b728429e94e0c85330e1558298d905af3e
treee0a710a6fe6c97fe7a21a526dc0490f1ac9c7d5d
parentb731dc7bfb9c8ce7be502711f0b44ccab5515f1d
gcc: use <pkg>_EXCLUDES, not <pkg>_TAR_EXCLUDES

As reported by Steven Noonan, the variable recently introduced in the
package infrastructure to exclude certain parts of an archive from
being extracted is <pkg>_EXCLUDES, not <pkg>_TAR_EXCLUDES. However,
the gcc code was incorrectly using <pkg>_TAR_EXCLUDES. This commit
fixes that.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Steven Noonan <steven@uplinklabs.net>
package/gcc/gcc-final/gcc-final.mk
package/gcc/gcc-initial/gcc-initial.mk
package/gcc/gcc.mk