mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
ffmpeg7: try to fix gcc2 build
This commit is contained in:
@@ -240,7 +240,7 @@ BUILD()
|
||||
cc="gcc${gccSuffix/_/-}"
|
||||
ccArgs="--cc=$cc --cxx=g++${secondaryArchSuffix/_/-}
|
||||
--ld=gcc${secondaryArchSuffix/_/-}
|
||||
--host-ld=gcc${secondaryArchSuffix/_/-}"
|
||||
--host-ld=gcc${secondaryArchSuffix/_/-} -fno-builtin-popcount"
|
||||
|
||||
# Hack up base headers to make them think we're on GCC2 ABI
|
||||
mkdir -p include_hacks include_hacks/os include_hacks/config
|
||||
|
||||
Reference in New Issue
Block a user