|
@@ -110,6 +110,11 @@ else
|
|
HOST_GCC_COMMON_CONF_OPTS += --enable-target-optspace
|
|
HOST_GCC_COMMON_CONF_OPTS += --enable-target-optspace
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# libitm needs sparc V9+
|
|
|
|
+ifeq ($(BR2_sparc_v8)$(BR2_sparc_leon3),y)
|
|
|
|
+HOST_GCC_COMMON_CONF_OPTS += --disable-libitm
|
|
|
|
+endif
|
|
|
|
+
|
|
# gcc 4.6.x quadmath requires wchar
|
|
# gcc 4.6.x quadmath requires wchar
|
|
ifneq ($(BR2_TOOLCHAIN_BUILDROOT_WCHAR),y)
|
|
ifneq ($(BR2_TOOLCHAIN_BUILDROOT_WCHAR),y)
|
|
HOST_GCC_COMMON_CONF_OPTS += --disable-libquadmath
|
|
HOST_GCC_COMMON_CONF_OPTS += --disable-libquadmath
|