samsung-serranolte: Fix build with binutils>=2.41 (MR 4637)
Currently, the build fails with the following error message: arch/arm/mm/proc-v7.S: Assembler messages: arch/arm/mm/proc-v7.S:346: Error: junk at end of line, first unrecognized character is `#' make[1]: *** [scripts/Makefile.build:343: arch/arm/mm/proc-v7.o] Error 1 make: *** [Makefile:952: arch/arm/mm] Error 2 This is because in binutils package, starting with version 2.41, stopped supporting Sun/Solaris style flags on section directive. To fix that, use a patch that replaces this with the GNU style flags, partly backported from mainline. Fixes: https://gitlab.com/postmarketOS/pmaports/-/issues/2355
This commit is contained in:
parent
7efcec020d
commit
5000bf1bc5
3 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=linux-samsung-serranolte
|
||||
pkgver=3.4.113
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Samsung Samsung Galaxy S4 Mini kernel fork"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -32,6 +32,8 @@ source="
|
|||
02_gpu-msm-fix-gcc5-compile.patch
|
||||
03_fix-video-argb-setting.patch
|
||||
04_usb_gadget-set-random-rndis-host-MAC-address-to-prev.patch
|
||||
linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch
|
||||
linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section-xz-supplementation.patch
|
||||
"
|
||||
builddir="$srcdir/$_repository-$_commit"
|
||||
|
||||
|
@ -57,4 +59,6 @@ f85ced49ee2f2461adea68dac0a10452aa809a7d41d869092d94eb085344919a9a385dec0c48011f
|
|||
7be03a9e78b7ac330a54b1f00509caa0621a95c0c55901878ad757f9dd69cc05ba2c8b5ea987063ae1224f92c4d090d515fa5d369e7755181a4871b0d0f82881 02_gpu-msm-fix-gcc5-compile.patch
|
||||
e3083c260ed9c4fc0d83f43106700b6173876dbfae072f6e6696ac6785a4dc17771fbcb3e21601e04ed29a11bf0f7a2a09ad549375e0c34cea245c7f2e2bcbbd 03_fix-video-argb-setting.patch
|
||||
27f890cf82027649ba742b606a87ce6a82f9685b075bb7b50bffec77221e70434ee78d118d39048350537c5ecdad208658967e492eeeb997e7f6884fa78ac696 04_usb_gadget-set-random-rndis-host-MAC-address-to-prev.patch
|
||||
b14c0033045dd1ec5dd03612d8fb6361c4a0fa3eb54f7e262628d18756456c2e569a437d1b35099a8302577d1e471bbf9222b4b1b30f6578af7e4342a0009815 linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch
|
||||
a6b6c781dd23f9a45a1605456d8c9af3ec6b5c389acd2b5d4c32280dcb59118996d794165bea2005dbdd9415297e5060bcac7579f908f7d65406a862b743fed5 linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section-xz-supplementation.patch
|
||||
"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../.shared-patches/linux/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section-xz-supplementation.patch
|
|
@ -0,0 +1 @@
|
|||
../../.shared-patches/linux/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch
|
Loading…
Reference in a new issue