|
@@ -21,8 +21,8 @@ LIBGCRYPT_CONF_OPTS = \
|
|
|
$(if $(BR2_OPTIMIZE_0),--disable-ppc-crypto-support,) \
|
|
|
--with-gpg-error-prefix=$(STAGING_DIR)/usr
|
|
|
|
|
|
-# Libgcrypt doesn't support assembly for coldfire
|
|
|
-ifeq ($(BR2_m68k_cf),y)
|
|
|
+# disable asm for broken archs
|
|
|
+ifeq ($(BR2_i386)$(BR2_m68k_cf),y)
|
|
|
LIBGCRYPT_CONF_OPTS += --disable-asm
|
|
|
endif
|
|
|
|