mozjs52: fix armv[56]*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
d826f22ecf
commit
112dac4c38
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ CXXFLAGS="-fpermissive -fno-delete-null-pointer-checks -fno-tree-vrp -fno-strict
|
||||||
# Use BFD linker to avoid erroneous detection of llvm pr8927 with *-musl
|
# Use BFD linker to avoid erroneous detection of llvm pr8927 with *-musl
|
||||||
LDFLAGS="-fuse-ld=bfd"
|
LDFLAGS="-fuse-ld=bfd"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[56]*) makedepends+=" libatomic-devel" ; LDFLAGS+=" -latomic" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue