]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/boot: Compile all files with the same march flag
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 4 Sep 2024 09:39:27 +0000 (11:39 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 7 Sep 2024 15:12:42 +0000 (17:12 +0200)
commitfccb175bc89a0d37e3ff513bb6bf1f73b3a48950
tree3634331e40a92fd869786c48504cde4d7c9a4fcd
parentebcc369f18919c92aeca2003618fcfeade04121b
s390/boot: Compile all files with the same march flag

Only a couple of files of the decompressor are compiled with the
minimum architecture level. This is problematic for potential function
calls between compile units, especially if a target function is within
a compile until compiled for a higher architecture level, since that
may lead to an unexpected operation exception.

Therefore compile all files of the decompressor for the same (minimum)
architecture level.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/Makefile