]> git.ipfire.org Git - thirdparty/zstd.git/commit
[build][asm] Pass ASFLAGS to the assembler instead of CFLAGS 3009/head
authorNick Terrell <terrelln@fb.com>
Tue, 18 Jan 2022 22:28:43 +0000 (14:28 -0800)
committerNick Terrell <terrelln@fb.com>
Tue, 18 Jan 2022 23:11:29 +0000 (15:11 -0800)
commit8ea3d57de4bcff2170296e0d1a5019f030630f3b
treeb56802f410b70836c57d091e671ed4c9a950937f
parentfe8fefb28d3773a7d1e01ecf8c7613a60951ffb9
[build][asm] Pass ASFLAGS to the assembler instead of CFLAGS

* Add `-Wa,--noexecstack` to both `ASFLAGS` and `CFLAGS`
* Pass `ASFLAGS` to `.S` compilation instead of `CFLAGS`

Fixes #3006.
contrib/linux-kernel/test/Makefile
lib/Makefile
lib/libzstd.mk
programs/Makefile
tests/Makefile
tests/fuzz/Makefile