|
@@ -85,25 +85,6 @@ else
|
|
|
HOST_GCC_FINAL_GCC_LIB_DIR = $(HOST_DIR)/$(GNU_TARGET_NAME)/lib*
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_GCC_SUPPORTS_LIBCILKRTS),y)
|
|
|
-
|
|
|
-# libcilkrts does not support v8
|
|
|
-ifeq ($(BR2_sparc),y)
|
|
|
-HOST_GCC_FINAL_CONF_OPTS += --disable-libcilkrts
|
|
|
-endif
|
|
|
-
|
|
|
-# Pthreads are required to build libcilkrts
|
|
|
-ifeq ($(BR2_PTHREADS_NONE),y)
|
|
|
-HOST_GCC_FINAL_CONF_OPTS += --disable-libcilkrts
|
|
|
-endif
|
|
|
-
|
|
|
-ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
-# disable libcilkrts as there is no static version
|
|
|
-HOST_GCC_FINAL_CONF_OPTS += --disable-libcilkrts
|
|
|
-endif
|
|
|
-
|
|
|
-endif # BR2_GCC_SUPPORTS_LIBCILKRTS
|
|
|
-
|
|
|
# Disable shared libs like libstdc++ if we do static since it confuses linking
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
HOST_GCC_FINAL_CONF_OPTS += --disable-shared
|