Commit 25abbb92 authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy Committed by Jeff Law
Browse files

[PATCH v2] configure: define TARGET_LIBC_GNUSTACK on musl

musl only uses PT_GNU_STACK to set default thread stack size and has no
executable stack support[0], so there is no reason not to emit the
.note.GNU-stack section on musl builds.

[0]: https://lore.kernel.org/all/20190423192534.GN23599@brightrain.aerifal.cx/T/#u

gcc

	* configure: Regenerate.
	* configure.ac: Define TARGET_LIBC_GNUSTACK on musl.
parent 22a98240
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment