Files
buildroot/package
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-06-06 21:20:38 +02:00
2024-05-30 21:18:04 +02:00
2024-06-24 11:15:28 +02:00
2024-06-05 23:31:19 +02:00
2024-06-03 11:02:54 +02:00
2024-06-01 23:00:07 +02:00
2024-06-06 10:32:00 +02:00
2024-06-04 23:16:48 +02:00
2024-06-04 21:12:42 +02:00
2024-05-24 14:51:47 +02:00
2024-06-03 11:10:21 +02:00
2024-05-24 14:33:16 +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-07-06 22:39:05 +02:00
2024-06-24 11:15:28 +02:00
2024-06-02 20:19:22 +02:00
2024-05-13 22:50:00 +02:00
2024-07-06 22:35:42 +02:00
2024-05-27 11:18:46 +02:00