linux-kobo-clara-downstream: binutils 2.41 fix (MR 4550)

no more solaris format for sections
This commit is contained in:
Andreas Kemnade 2023-11-15 23:25:03 +01:00 committed by Pablo Correa Gómez
parent 3531702772
commit a5feb76365
No known key found for this signature in database
GPG key ID: C88B2C25B3576FE8

View file

@ -38,6 +38,7 @@ prepare() {
REPLACE_GCCH=0
default_prepare
. downstreamkernel_prepare
find "$builddir/arch/arm" -name "*.S" -type f -exec sed -i '/^[[:blank:]]*\.section/s/#alloc,[[:blank:]]*#execinstr/"ax"/;/^[[:blank:]]*\.section/s/#alloc/"a"/' \{\} \;
}
build() {