diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-29 13:39:22 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-29 13:39:22 +0000 |
| commit | 2aecd7a5541510a0cbf0fbae0f907e110a829b21 (patch) | |
| tree | c80611829ebc8ac0239b33fd7a99044e861e0bcf /openwrt/toolchain/binutils/binutils.mk | |
| parent | a640b4887f723ae81972db2e53e274d3afd5bd3b (diff) | |
| download | mtk-20170518-2aecd7a5541510a0cbf0fbae0f907e110a829b21.zip mtk-20170518-2aecd7a5541510a0cbf0fbae0f907e110a829b21.tar.gz mtk-20170518-2aecd7a5541510a0cbf0fbae0f907e110a829b21.tar.bz2 | |
add binutils 2.16.90.0.1
SVN-Revision: 758
Diffstat (limited to 'openwrt/toolchain/binutils/binutils.mk')
| -rw-r--r-- | openwrt/toolchain/binutils/binutils.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/toolchain/binutils/binutils.mk b/openwrt/toolchain/binutils/binutils.mk index 4c90029..a3a623e 100644 --- a/openwrt/toolchain/binutils/binutils.mk +++ b/openwrt/toolchain/binutils/binutils.mk @@ -51,8 +51,8 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE) $(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked # Apply appropriate binutils patches. - $(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./$(BINUTILS_VERSION) \*.patch $(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./all \*.patch + $(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./$(BINUTILS_VERSION) \*.patch touch $(BINUTILS_DIR)/.patched $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched @@ -63,6 +63,7 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \ + --disable-werror \ $(DISABLE_NLS) \ $(MULTILIB) \ $(SOFT_FLOAT_CONFIG_OPTION) ); |
