diff options
Diffstat (limited to 'tools/libressl')
-rw-r--r-- | tools/libressl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index aecc788972..bf2bd4e999 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -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)) |