summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/binutils/all/210-cflags.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-29 13:39:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-29 13:39:22 +0000
commit2aecd7a5541510a0cbf0fbae0f907e110a829b21 (patch)
treec80611829ebc8ac0239b33fd7a99044e861e0bcf /openwrt/toolchain/binutils/all/210-cflags.patch
parenta640b4887f723ae81972db2e53e274d3afd5bd3b (diff)
downloadmtk-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/all/210-cflags.patch')
-rw-r--r--openwrt/toolchain/binutils/all/210-cflags.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/openwrt/toolchain/binutils/all/210-cflags.patch b/openwrt/toolchain/binutils/all/210-cflags.patch
deleted file mode 100644
index dc67d3c..0000000
--- a/openwrt/toolchain/binutils/all/210-cflags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -urN binutils-2.14.90.0.6/bfd/doc/Makefile.am binutils-2.14.90.0.6.new/bfd/doc/Makefile.am
---- binutils-2.14.90.0.6/bfd/doc/Makefile.am 2003-07-23 10:08:09.000000000 -0500
-+++ binutils-2.14.90.0.6.new/bfd/doc/Makefile.am 2004-03-01 16:05:16.000000000 -0600
-@@ -55,10 +55,10 @@
- MKDOC = chew$(EXEEXT_FOR_BUILD)
-
- $(MKDOC): chew.o
-- $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS) $(LOADLIBES) $(LDFLAGS)
-+ $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS_FOR_BUILD) $(LOADLIBES) $(LDFLAGS)
-
- chew.o: chew.c
-- $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c
-+ $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
-
- protos: libbfd.h libcoff.h bfd.h
-
-diff -urN binutils-2.14.90.0.6/bfd/doc/Makefile.in binutils-2.14.90.0.6.new/bfd/doc/Makefile.in
---- binutils-2.14.90.0.6/bfd/doc/Makefile.in 2003-07-23 10:08:09.000000000 -0500
-+++ binutils-2.14.90.0.6.new/bfd/doc/Makefile.in 2004-03-01 16:05:03.000000000 -0600
-@@ -469,10 +469,10 @@
-
-
- $(MKDOC): chew.o
-- $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS) $(LOADLIBES) $(LDFLAGS)
-+ $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS_FOR_BUILD) $(LOADLIBES) $(LDFLAGS)
-
- chew.o: chew.c
-- $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c
-+ $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
-
- protos: libbfd.h libcoff.h bfd.h
-