package/ninja: remove hard coded fdiagnostics-color compiler flag
authorAdam Duskett <aduskett@gmail.com>
Mon, 3 Feb 2020 15:51:17 +0000 (07:51 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Feb 2020 16:04:56 +0000 (17:04 +0100)
commit5bfad39d084928cf2cbcf3d89f81cb38e5d3dd9d
tree52f61bd6f54e895ec65f49b5a6a7a7c6adfc0835
parent9056908e93daae5af08a123e0bc05072c6e6c58e
package/ninja: remove hard coded fdiagnostics-color compiler flag

Fixes:
http://autobuild.buildroot.net/results/e5a02faa75345009e7cdcbf9d693199bee4741aa

-fdiagnostics-color was introduced in gcc 4.9 and the minimum supported version
that Buildroot supports is 4.8.

As this option only controls the colors of error messages, just drop it.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ninja/0002-remove-fdiagnostics-color-from-make-command.patch [new file with mode: 0644]