]> git.ipfire.org Git - thirdparty/glibc.git/commit
Filter machine compiler flags into Assembler Flags
authorSachin Monga <smonga@linux.ibm.com>
Fri, 1 Aug 2025 09:35:11 +0000 (04:35 -0500)
committerSachin Monga <smonga@linux.ibm.com>
Thu, 7 Aug 2025 07:02:17 +0000 (02:02 -0500)
commitfd9ffafc0eaad3b4ff576f4d291d2e9336e6019b
tree1daf828add83e1e55d6e2dc7338f87efaf0898e7
parent9d054eca1a6bb2585beec9d338b3aa978ad6e152
Filter machine compiler flags into Assembler Flags

Assembler files may want or need to test for predefined macros which are
set via -m* compiler options, so ensure all -m* options in CFLAGS are passed
to ASFLAGS.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Makeconfig