package/heirloom-mailx: fix build failure due to gcc bug 101916
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Sat, 14 Aug 2021 22:58:03 +0000 (00:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 19 Aug 2021 20:58:06 +0000 (22:58 +0200)
commit27b425ef4995e43c84b36c44d7d7d1c018b0fdef
treeb265bbd6c7e12fe6bc2595256c2940997d8b1442
parent25c092b15b2002400b7175fd4997038ac5c86e9f
package/heirloom-mailx: fix build failure due to gcc bug 101916

The heirloom-mailx package exhibits gcc bug 101916 when built for the
SH4 architecture with optimization enabled, which causes a build failure.

As done for other packages in Buildroot work around this gcc bug by
setting optimization to -O0 if BR2_TOOLCHAIN_HAS_GCC_BUG_101916=y.
Also introduce HEIRLOOM_MAILX_CFLAGS as done for other packages and move
the already present -fPIC CFLAG to it.

Fixes:
http://autobuild.buildroot.net/results/911/911f5c024834741754102ff1bbb05c4a64c54a0b/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/heirloom-mailx/heirloom-mailx.mk