mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/kodi: remove libatomic from linker flags
Kodi added detection for atomic/libatomic with commit1673f476b8so we can remove our own code to handle the dependency. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit31e7ca6026) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5f092f70e7
commit
885a2a4667
@@ -205,11 +205,6 @@ else
|
||||
KODI_CONF_OPTS += -D_AVX2_OK=OFF -D_AVX2_TRUE=OFF
|
||||
endif
|
||||
|
||||
# mips: uses __atomic_load_8
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
KODI_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-latomic
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_5),)
|
||||
KODI_C_FLAGS += -std=gnu99
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user