diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-27 01:11:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-27 01:11:27 +0000 |
commit | 91a2680a50633216f8498f7ff56d317599fff09b (patch) | |
tree | 0bb7ffe451157668664b6d01fa7add7678ef9916 /sources | |
parent | a0aef7c41b2b94ed06063990c3621e6b3ae3f2c9 (diff) | |
download | buildroot-novena-91a2680a50633216f8498f7ff56d317599fff09b.tar.gz buildroot-novena-91a2680a50633216f8498f7ff56d317599fff09b.zip |
Fixup the binutils_target build
Diffstat (limited to 'sources')
-rw-r--r-- | sources/binutils-010-crossbuild.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sources/binutils-010-crossbuild.patch b/sources/binutils-010-crossbuild.patch deleted file mode 100644 index cf6ae9fe6..000000000 --- a/sources/binutils-010-crossbuild.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -urN binutils-2.14.90.0.5/bfd/doc.orig/Makefile.am binutils-2.14.90.0.5/bfd/doc/Makefile.am ---- binutils-2.14.90.0.5/bfd/doc.orig/Makefile.am 2003-07-23 09:08:09.000000000 -0600 -+++ binutils-2.14.90.0.5/bfd/doc/Makefile.am 2003-09-02 15:38:56.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_HOST) -o $(MKDOC) chew.o $(CFLAGS) $(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_HOST) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c - - protos: libbfd.h libcoff.h bfd.h - -diff -urN binutils-2.14.90.0.5/bfd/doc.orig/Makefile.in binutils-2.14.90.0.5/bfd/doc/Makefile.in ---- binutils-2.14.90.0.5/bfd/doc.orig/Makefile.in 2003-07-23 09:08:09.000000000 -0600 -+++ binutils-2.14.90.0.5/bfd/doc/Makefile.in 2003-09-02 15:39:11.000000000 -0600 -@@ -469,10 +469,10 @@ - - - $(MKDOC): chew.o -- $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(CFLAGS) $(LOADLIBES) $(LDFLAGS) -+ $(CC_FOR_HOST) -o $(MKDOC) chew.o $(CFLAGS) $(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_HOST) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.c - - protos: libbfd.h libcoff.h bfd.h - |