temp/arm-trusted-firmware: fix build on gcc 12 (MR 3681)
Apply the same fix as in Alpine:
769f9666b6
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
9d98a872ed
commit
3802b2cd40
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=arm-trusted-firmware
|
||||
pkgver=9999
|
||||
_pkgver=2.7.0
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="ARM Trusted Firmware-A (TF-A)"
|
||||
url="https://github.com/ARM-software/arm-trusted-firmware"
|
||||
arch="aarch64"
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
esac
|
||||
|
||||
msg "Building ATF for $plat (opts='$opts')"
|
||||
make PLAT=$plat bl31 $opts
|
||||
LDFLAGS="$LDFLAGS -no-warn-rwx-segment" make E=0 PLAT=$plat bl31 $opts
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue