kumquat-buildroot/package/gcc/11.4.0
Waldemar Brodkorb ab4f3fafaa package/gcc: fix missing .note.GNU-stack section
Shellinabox configure fails to detect ptsname_r, because of the following warning
binutils 2.39+ emits:
ld: warning: crtend.o: missing .note.GNU-stack section implies executable stack
ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

Then the build errors out with:
shellinabox/launcher.c:772:12: error: static declaration of 'ptsname_r' follows non-static declaration

The same issue exist for cairo 1.16.0 and the detection of pthreads.

Fixes:
 - http://autobuild.buildroot.net/results/3e4/3e478d22e820703ddfd11d1491e631ef8ed6b29b
 - http://autobuild.buildroot.net/results/f60/f602ea17d5938a5beb81d07e13de75ba41d5f6a1

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-09-11 22:56:23 +02:00
..
0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch
0002-or1k-Use-cmodel-large-when-building-crtstuff.patch
0003-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch
0004-disable-split-stack-for-non-thread-builds.patch
0005-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch
0006-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch
0007-xtensa-add-.note.GNU-stack-section-on-linux.patch