qt5: armv6* is currently broken
This commit is contained in:
parent
fcf21781cc
commit
7137665084
1 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,10 @@ CXXFLAGS="-DOPENSSL_NO_SSL3_METHOD -Wno-deprecated-declarations -fno-delete-null
|
||||||
LDFLAGS="-pthread -fPIE"
|
LDFLAGS="-pthread -fPIE"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*) # Can't cross compile libvpx
|
armv5*) # Cannot cross compile libvpx (?)
|
||||||
|
;;
|
||||||
|
armv6*) # Cannot cross compile libvpx and is currently broken
|
||||||
|
broken="Can't build vp8 for qtwebengine/chromium/ffmpeg)"
|
||||||
;;
|
;;
|
||||||
armv7*) # Force use of neon and enable libvpx
|
armv7*) # Force use of neon and enable libvpx
|
||||||
CXXFLAGS+=" -mfpu=neon"
|
CXXFLAGS+=" -mfpu=neon"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue