Commit 1ec9588a authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent b29cb968
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,5 +12,10 @@ GMP_LICENSE = LGPLv3+
GMP_LICENSE_FILES = COPYING.LESSERv3
GMP_DEPENDENCIES = host-m4

# GMP doesn't support assembly for r6 ISA yet
ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
GMP_CONF_OPTS += --disable-assembly
endif

$(eval $(autotools-package))
$(eval $(host-autotools-package))