Files
buildroot/package
Giulio Benetti 105e3b34be package/bind: fix build failure due to gcc bug 101737
The bind package exhibits gcc bug 101737 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_101737=y.
To achieve this we need to correct the override of CFLAGS by using:
BIND_CONF_OPTS += CFLAGS="$(BIND_CFLAGS)"
instead of:
BIND_CONF_ENV = BUILD_CFLAGS"$(BIND_CFLAGS)"
since the latter doesn't work as expected and doesn't override CFLAGS.

Fixes:
http://autobuild.buildroot.net/results/e7b/e7b9a4cbee8bb16431609182b96d1ac1ccec10e7/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-30 00:16:04 +02:00
..
2023-07-01 22:51:54 +02:00
2023-05-08 17:51:26 +02:00
2023-05-08 17:51:26 +02:00
2023-07-01 16:09:07 +02:00
2023-05-07 23:21:51 +02:00
2023-06-04 12:47:21 +02:00
2023-07-22 23:23:21 +02:00
2023-06-19 21:36:37 +02:00
2023-06-19 21:36:36 +02:00
2023-07-29 23:08:42 +02:00
2023-05-06 18:01:25 +02:00
2023-05-01 13:39:21 +02:00
2023-07-29 10:57:42 +02:00
2023-06-25 15:34:29 +02:00
2023-06-24 15:44:18 +02:00
2023-07-01 16:16:22 +02:00
2023-07-18 22:43:27 +02:00
2023-05-14 15:21:08 +02:00
2023-06-04 12:42:06 +02:00
2023-05-06 16:27:21 +02:00
2023-06-18 18:10:21 +02:00
2023-07-12 21:48:26 +02:00
2023-06-25 15:34:51 +02:00
2023-06-03 22:44:41 +02:00
2023-06-18 13:28:17 +02:00
2023-06-18 13:28:49 +02:00
2023-05-08 17:51:26 +02:00
2023-05-08 17:51:26 +02:00
2023-07-10 18:12:00 +02:00
2023-05-21 16:23:09 +02:00
2023-05-07 18:10:51 +02:00
2023-05-16 20:53:11 +02:00
2023-07-27 23:15:16 +02:00
2023-07-25 23:09:02 +02:00
2023-07-28 23:15:43 +02:00
2023-07-28 00:06:07 +02:00
2023-06-18 13:36:46 +02:00
2023-07-23 17:36:43 +02:00
2023-05-13 21:26:10 +02:00
2023-07-25 21:14:01 +02:00
2023-07-12 21:37:37 +02:00
2023-05-08 22:30:27 +02:00
2023-07-04 22:38:56 +02:00
2023-07-09 18:39:41 +02:00
2023-07-03 19:48:51 +02:00
2023-07-28 22:11:29 +02:00
2023-07-20 23:15:04 +02:00
2023-07-03 22:36:06 +02:00
2023-07-01 21:41:17 +02:00
2023-06-25 21:38:59 +02:00
2023-07-10 18:13:06 +02:00
2023-05-07 23:45:05 +02:00
2023-05-06 18:01:42 +02:00
2023-07-28 22:43:50 +02:00
2023-05-08 21:41:44 +02:00
2023-07-27 23:29:00 +02:00
2023-07-25 23:09:07 +02:00
2023-05-12 19:16:51 +02:00
2023-05-07 18:50:40 +02:00
2023-07-03 20:46:55 +02:00
2023-06-03 21:48:50 +02:00
2023-05-14 15:31:35 +02:00
2023-06-27 08:10:36 +02:00
2023-07-10 18:10:15 +02:00
2023-07-03 22:36:06 +02:00
2023-07-11 19:21:56 +02:00
2023-06-04 12:52:50 +02:00
2023-05-01 13:49:09 +02:00
2023-07-29 23:08:42 +02:00