webkit2gtk: disable gold linker for arm*
This commit is contained in:
@@ -35,7 +35,7 @@ nodebug=1
|
||||
CXXFLAGS="-Wno-expansion-to-defined"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||
aarch64*|arm*) configure_args+=" -DUSE_LD_GOLD=0";;
|
||||
i686*) CXXFLAGS+="-O2 -msse2";;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user