aboutsummaryrefslogtreecommitdiff
path: root/package/boot/arm-trusted-firmware-mvebu/patches/002-cryptopp_ldflags.patch
Commit message (Collapse)AuthorAge
* arm-trusted-firmware-mvebu: Use host flags for cryptest compilationHauke Mehrtens2022-12-31
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>