qt5-webkit: enable all-in-one build on ppc64
Ubuntu disables it, as a workaround for compiler ICEs. Turns out that is not a problem anymore with our GCC 8.2.0, so enable AIO build just like on every other platform. [ci skip]
This commit is contained in:
parent
b46d4429d2
commit
06df2c166a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
LIBS+=" -latomic"
|
||||
;;
|
||||
ppc64*) # no JIT on ppc64 and other build workarounds
|
||||
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
|
||||
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
|
||||
;;
|
||||
i686*) # try to reduce memory footprint when linking by using gold
|
||||
configure_args+=" -DUSE_LD_GOLD=ON"
|
||||
|
|
Loading…
Add table
Reference in a new issue