X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fnasm%2FMakefile;h=53b7848caf7409d191ec061451063c04ba8c305b;hb=784d7f0251cfd01e12f55776bf858198ff606e3c;hp=8d071033c7dc5ba08aa50520f1663541a5051035;hpb=d3a7587eb95e6e8c85ff0e57504bc31d1e1b8523;p=openwrt%2F.git diff --git a/toolchain/nasm/Makefile b/toolchain/nasm/Makefile index 8d071033c7..53b7848caf 100644 --- a/toolchain/nasm/Makefile +++ b/toolchain/nasm/Makefile @@ -19,15 +19,11 @@ include $(INCLUDE_DIR)/toolchain-build.mk HOST_CONFIGURE_ARGS+= \ --target=$(REAL_GNU_TARGET_NAME) \ --with-sysroot=$(TOOLCHAIN_DIR) \ - --enable-lto \ + --disable-lto \ --disable-werror \ --disable-gdb \ $(SOFT_FLOAT_CONFIG_OPTION) \ -HOST_MAKE_FLAGS = \ - AR=ar \ - RANLIB=ranlib - define Host/Prepare $(call Host/Prepare/Default) ln -snf $(notdir $(HOST_BUILD_DIR)) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)