Dario Binacchi
07ead503de
package/openssh: fix build failure with gcc 11.x
The patch fix the following build failure:
output/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -Os -g0 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith
-Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign
-Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation
-fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fzero-call-used-regs=used -fno-builtin-memset
-fstack-protector-strong -fPIC -I. -I.. -I. -I./.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE
-DHAVE_CONFIG_H -c port-aix.c
sha2.c: In function ‘SHA256Init’:
sha2.c:360:1: sorry, unimplemented: ‘-fzero-call-used-regs’ not supported on this target
360 | }
| ^
make[3]: *** [Makefile:106: sha2.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:199: openbsd-compat/libopenbsd-compat.a] Error 2
This commit applies an upstream patch that improves the detection of
-fzero-call-used-regs=used.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 4aff617b95)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-07-08 07:19:09 +02:00
..
2024-05-24 14:38:32 +02:00
2024-07-05 21:21:26 +02:00
2024-05-14 17:33:17 +02:00
2024-06-06 21:20:38 +02:00
2024-05-24 14:36:31 +02:00
2024-05-29 08:50:04 +02:00
2024-05-14 23:01:04 +02:00
2024-05-30 21:18:04 +02:00
2024-06-24 11:15:28 +02:00
2024-06-07 15:12:34 +02:00
2024-05-25 18:33:55 +02:00
2024-06-05 23:31:19 +02:00
2024-05-25 18:35:15 +02:00
2024-06-01 22:12:21 +02:00
2024-06-05 22:39:32 +02:00
2024-06-03 10:51:31 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 10:54:57 +02:00
2024-06-04 08:11:06 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 11:02:54 +02:00
2024-05-30 20:17:47 +02:00
2024-05-15 08:12:16 +02:00
2024-06-05 23:31:22 +02:00
2024-05-13 23:24:04 +02:00
2024-06-03 11:03:34 +02:00
2024-06-03 11:03:36 +02:00
2024-06-01 23:00:07 +02:00
2024-06-06 10:32:00 +02:00
2024-07-05 21:27:56 +02:00
2024-05-15 08:10:25 +02:00
2024-06-04 23:16:48 +02:00
2024-05-17 17:36:59 +02:00
2024-05-17 22:07:07 +02:00
2024-05-14 17:33:17 +02:00
2024-05-24 23:31:04 +02:00
2024-05-21 06:57:48 +02:00
2024-06-04 21:12:42 +02:00
2024-05-15 08:14:44 +02:00
2024-05-13 23:13:16 +02:00
2024-05-27 11:14:49 +02:00
2024-05-14 23:26:01 +02:00
2024-05-25 18:39:55 +02:00
2024-06-05 23:31:07 +02:00
2024-06-03 11:03:39 +02:00
2024-06-03 11:03:42 +02:00
2024-06-03 11:03:45 +02:00
2024-05-15 08:13:08 +02:00
2024-06-06 10:55:29 +02:00
2024-05-17 16:37:36 +02:00
2024-05-24 23:31:10 +02:00
2024-05-28 07:14:28 +02:00
2024-06-05 22:25:37 +02:00
2024-06-05 22:33:28 +02:00
2024-07-05 21:24:58 +02:00
2024-06-23 17:46:38 +02:00
2024-05-24 14:51:47 +02:00
2024-07-05 21:27:56 +02:00
2024-05-25 08:17:46 +02:00
2024-06-01 21:50:44 +02:00
2024-06-03 11:10:21 +02:00
2024-06-04 15:15:22 +02:00
2024-05-15 08:04:17 +02:00
2024-05-15 08:04:17 +02:00
2024-06-01 22:51:14 +02:00
2024-05-24 14:33:16 +02:00
2024-05-24 14:33:35 +02:00
2024-06-01 21:35:39 +02:00
2024-05-13 23:26:41 +02:00
2024-05-24 14:33:54 +02:00
2024-06-03 11:11:19 +02:00
2024-06-03 11:11:21 +02:00
2024-06-03 11:11:23 +02:00
2024-06-06 21:34:58 +02:00
2024-07-06 22:39:05 +02:00
2024-05-14 17:33:17 +02:00
2024-06-24 11:15:28 +02:00
2024-06-24 09:41:30 +02:00
2024-07-08 07:19:09 +02:00
2024-06-06 21:29:55 +02:00
2024-07-06 22:51:55 +02:00
2024-05-24 14:30:37 +02:00
2024-05-17 16:39:59 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 11:11:31 +02:00
2024-05-24 14:31:25 +02:00
2024-06-09 21:13:58 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-06-05 23:11:39 +02:00
2024-05-20 22:33:54 +02:00
2024-05-22 13:44:24 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-05-13 23:00:36 +02:00
2024-05-13 22:47:39 +02:00
2024-06-02 20:19:22 +02:00
2024-06-06 20:54:08 +02:00
2024-05-14 17:33:17 +02:00
2024-05-27 16:34:30 +02:00
2024-06-06 21:21:24 +02:00
2024-05-21 06:47:39 +02:00
2024-05-14 17:33:17 +02:00
2024-06-23 10:56:46 +02:00
2024-05-13 23:27:37 +02:00
2024-06-06 21:22:29 +02:00
2024-05-13 22:50:00 +02:00
2024-05-15 08:07:22 +02:00
2024-06-06 21:26:03 +02:00
2024-06-05 23:00:15 +02:00
2024-05-14 17:33:17 +02:00
2024-05-27 16:37:16 +02:00
2024-06-03 12:18:44 +02:00
2024-06-03 12:18:44 +02:00
2024-06-03 11:11:25 +02:00
2024-06-06 21:25:08 +02:00
2024-06-03 11:11:28 +02:00
2024-06-06 21:23:01 +02:00
2024-05-24 14:56:36 +02:00
2024-07-06 22:35:42 +02:00
2024-06-04 15:22:28 +02:00
2024-05-26 15:51:50 +02:00
2024-05-29 08:13:47 +02:00
2024-05-24 14:37:15 +02:00
2024-05-27 11:18:46 +02:00
2024-06-03 11:11:29 +02:00
2024-05-13 22:40:48 +02:00
2024-05-21 06:58:56 +02:00
2024-06-03 11:11:34 +02:00
2024-06-05 23:47:56 +02:00
2024-06-05 23:31:29 +02:00