arm-trusted-firmware-mvebu: Use host flags for cryptest compilation
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 26 Dec 2022 23:28:03 +0000 (00:28 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 31 Dec 2022 18:55:42 +0000 (19:55 +0100)
commitc5bb7a99a61271abd355ec8ad34c7820aa4c53e4
treeaead43e3af79bac36576970a78158512df96332a
parentdd9d1a8ccb6d0c306ec92733b3d280738e417172
arm-trusted-firmware-mvebu: Use host flags for cryptest compilation

Without these changes it used the system LDFLAGS for the compilation of
the cryptopp library. This does not always work when we add
"-no-warn-rwx-segments" which is done to support binutils 2.39 inside of
OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/arm-trusted-firmware-mvebu/Makefile
package/boot/arm-trusted-firmware-mvebu/patches/002-cryptopp_ldflags.patch [new file with mode: 0644]