summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2005-05-02 13:40:22 +0000
committerManuel Novoa III <mjn3@codepoet.org>2005-05-02 13:40:22 +0000
commit306f002a87b6aa63e0d7df7be45d9be43dc0b4f7 (patch)
treefb726e282d0ac69695b6a696c98c4b856ebc90a5 /toolchain
parent8e6c4f057608409c564c2421cdfa14bd579c0861 (diff)
No need to patch this when there's a configuration parameter.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/2.16/200-disable_werror_configure.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/binutils/2.16/200-disable_werror_configure.patch b/toolchain/binutils/2.16/200-disable_werror_configure.patch
deleted file mode 100644
index 301ae97b4..000000000
--- a/toolchain/binutils/2.16/200-disable_werror_configure.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- binutils-2.16/configure 2005-04-03 09:16:17.000000000 -0500
-+++ binutils-2.16-patched/configure 2005-04-22 20:58:35.377578864 -0500
-@@ -4818,10 +4818,10 @@
- # Change the default to "no" on release branches.
- # Check whether --enable-werror or --disable-werror was given.
- if test "${enable_werror+set}" = set; then
-- enableval="$enable_werror"
-+ enableval="no"
- :
- else
-- enable_werror=yes
-+ enable_werror=no
- fi
-
- case ${enable_werror} in