gcc: sort the patches before they are hashed
authorArnout Vandecappelle <arnout@mind.be>
Sun, 4 Oct 2015 17:26:03 +0000 (18:26 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2015 18:21:15 +0000 (20:21 +0200)
commit70a61bbfb3922df8a9b323023e7be555cfe1272b
tree66f2fc80dca15ab806810362887151eef68bb679
parent40fe3349a7a7adcbbeda9105571f4cb2b9d5dc31
gcc: sort the patches before they are hashed

$(wildcard ...) in make doesn't sort the files, so the order of the
hashed files is not predictable. Therefore, the ccache hash could
change from one build to another. We don't want that, so sort the
files explicitly.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc.mk