mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
rpidistro-ffmpeg: Pin to use gcc always
When using clang some .S files are not clang friendly Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9f6dfcf82c
commit
1e5acb9d59
|
@ -144,6 +144,9 @@ EXTRA_OECONF = " \
|
|||
"
|
||||
EXTRA_OECONF:append:linux-gnux32 = " --disable-asm"
|
||||
|
||||
# Some patches introduce assembly files which needs preprocessing with
|
||||
# gcc e.g. src/libavutil/aarch64/rpi_sand_neon.S
|
||||
TOOLCHAIN = "gcc"
|
||||
# gold crashes on x86, another solution is to --disable-asm but thats more hacky
|
||||
# ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684
|
||||
LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user