|
@@ -238,6 +238,16 @@ endif
|
|
|
|
|
|
HOST_GCC_COMMON_TOOLCHAIN_WRAPPER_ARGS += -DBR_CROSS_PATH_SUFFIX='".br_real"'
|
|
|
|
|
|
+# For gcc-initial, we need to tell gcc that the C library will be
|
|
|
+# providing the ssp support, as it can't guess it since the C library
|
|
|
+# hasn't been built yet.
|
|
|
+#
|
|
|
+# For gcc-final, the gcc logic to detect whether SSP support is
|
|
|
+# available or not in the C library is not working properly for
|
|
|
+# uClibc, so let's be explicit as well.
|
|
|
+HOST_GCC_COMMON_MAKE_OPTS = \
|
|
|
+ gcc_cv_libc_provides_ssp=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
|
|
|
+
|
|
|
ifeq ($(BR2_CCACHE),y)
|
|
|
HOST_GCC_COMMON_CCACHE_HASH_FILES += $(DL_DIR)/$(GCC_SOURCE)
|
|
|
# Cfr. PATCH_BASE_DIRS in .stamp_patched, but we catch both versioned and
|