mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
gcc: enable libatomic for arm required for openssl 3.0.0
This commit is contained in:
parent
843e042042
commit
6bfefb6589
@ -15,7 +15,7 @@ PKG_DEPENDS_INIT="toolchain"
|
|||||||
PKG_LONGDESC="This package contains the GNU Compiler Collection."
|
PKG_LONGDESC="This package contains the GNU Compiler Collection."
|
||||||
|
|
||||||
case ${TARGET_ARCH} in
|
case ${TARGET_ARCH} in
|
||||||
riscv64)
|
arm|riscv64)
|
||||||
OPTS_LIBATOMIC="--enable-libatomic"
|
OPTS_LIBATOMIC="--enable-libatomic"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user