Skip to content
Snippets Groups Projects
Commit d228f877 authored by Andreas Kemnade's avatar Andreas Kemnade
Browse files

linux-kobo-clara-downstream: binutils 2.41 fix

no more solaris format for sections
parent 75c9b539
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment