* update js78 to 78.11.0-1
This commit is contained in:
parent
8ea07c82b2
commit
a33c799414
@ -52,17 +52,17 @@ build() {
|
||||
--with-intl-api
|
||||
--with-system-zlib
|
||||
--enable-linker=lld
|
||||
--without-system-icu
|
||||
)
|
||||
case "${CARCH}" in
|
||||
powerpc)
|
||||
CXXFLAGS+=" -Wno-class-memaccess"
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576 -latomic"
|
||||
;;
|
||||
*)
|
||||
configure_args+=(
|
||||
--without-system-icu
|
||||
--disable-jit
|
||||
--with-system-icu
|
||||
)
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
|
||||
export CC=clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user