package/mesa3d: remove -mno-compact-eh for Code Sourcery MIPS
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 29 Sep 2019 06:47:24 +0000 (08:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Sep 2019 07:12:42 +0000 (09:12 +0200)
commita4289aef14f7fbf9babdc236cae8ea23fb9f1429
tree35f3560e6c78948c4f65b0501b07d320fac842e6
parent80d32c942a79b2f3c557176fd3c522b669dd3a61
package/mesa3d: remove -mno-compact-eh for Code Sourcery MIPS

https://git.buildroot.net/buildroot/commit/package/mesa3d?id=e032a29604e843c8adc551d5ceb3c45bc7715b4d
added -mno-compact-eh to CFLAGS/CXXFLAGS.

This breaks mesa build since its switch to meson:

Sanity check compile stderr:
cc: error: unrecognized command line option ‘-mno-compact-eh’; did you mean ‘-fno-compare-elim’?

It turns out that mesa3d still builds now with this option.

Fixes:
http://autobuild.buildroot.net/results/37f/37fce69751aa31ae467d502e660d7db513333d4d/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mesa3d/mesa3d.mk