tools/libressl: disable assembly code for all hosts
[openwrt/staging/wigyori.git] / tools / libressl / Makefile
index aecc788972992c540189dee0f026eae7faff7aaa..bf2bd4e999f57d89a33ad1eead69eec567a5588f 100644 (file)
@@ -30,11 +30,8 @@ HOST_CFLAGS += $(HOST_FPIC)
 HOST_CONFIGURE_ARGS += \
        --enable-static \
        --disable-shared \
+       --disable-asm \
        --with-pic \
        --disable-tests
 
-ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32)
-HOST_CONFIGURE_ARGS += --disable-asm
-endif
-
 $(eval $(call HostBuild))