nodejs-lts-10: use generic libatomic checks
This commit is contained in:
parent
dbe903380a
commit
c84cc621d2
1 changed files with 6 additions and 5 deletions
|
@ -35,11 +35,12 @@ if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
|||
nocross="host and target must have the same pointer size"
|
||||
fi
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
ppc64*) ;;
|
||||
mips*|ppc*) hostmakedepends+=" libatomic-devel" ;;
|
||||
*) ;;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
if [ "$XBPS_NO_ATOMIC8" ]; then
|
||||
hostmakedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
||||
do_configure() {
|
||||
local _args
|
||||
|
|
Loading…
Reference in a new issue