|
@@ -15,7 +15,7 @@ HOST_GMP_DEPENDENCIES = host-m4
|
|
|
|
|
|
# GMP doesn't support assembly for coldfire or mips r6 ISA yet
|
|
# GMP doesn't support assembly for coldfire or mips r6 ISA yet
|
|
# Disable for ARM v7m since it has different asm constraints
|
|
# Disable for ARM v7m since it has different asm constraints
|
|
-ifeq ($(BR2_m68k_cf)$(BR2_mips_32r6)$(BR2_mips_64r6)$(BR2_ARM_CPU_ARMV7M),y)
|
|
|
|
|
|
+ifeq ($(BR2_m68k_cf)$(BR2_mips_32r6)$(BR2_mips_64r6)$(BR2_ARM_CPU_ARMV7M)$(BR2_arc),y)
|
|
GMP_CONF_OPTS += --disable-assembly
|
|
GMP_CONF_OPTS += --disable-assembly
|
|
endif
|
|
endif
|
|
|
|
|