gcc: don't patch gcc if there are no patches to apply
authorMischa Jonker <mischa.jonker@synopsys.com>
Mon, 11 Nov 2013 14:36:36 +0000 (15:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Nov 2013 21:44:08 +0000 (22:44 +0100)
commit86a48c33b0f5cf7376c1fa1758ad1de5ec75380f
tree2e47b088a23346bb8b669ca84e6fd735ade575bc
parented3f3e433f146a093750905a3c578ae2ec83c1c3
gcc: don't patch gcc if there are no patches to apply

While the generic package handler checks for a directory with patches
before starting apply-patches.sh, this is not the case for gcc: the
script is called, even if there is no directory with patches. This results
into a build failure, as apply-patches exits with error code 1 if the
directory doesn't exist.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc.mk