gcc: enable libatomic for arm required for openssl 3.0.0

This commit is contained in:
heitbaum 2021-11-02 22:24:46 +11:00
parent 843e042042
commit 6bfefb6589

View File

@ -15,7 +15,7 @@ PKG_DEPENDS_INIT="toolchain"
PKG_LONGDESC="This package contains the GNU Compiler Collection."
case ${TARGET_ARCH} in
riscv64)
arm|riscv64)
OPTS_LIBATOMIC="--enable-libatomic"
;;
*)