diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-10 18:31:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-10 18:31:28 +0100 |
commit | 9f7250f4f4f15eb9c261641ee83cae88d5b05684 (patch) | |
tree | 05e941ef13d29a0caf339f98090290ae354f1492 /package/binutils/patches/patch-ld_Makefile_in | |
parent | 0d1648364f45bf64f2e968111a3391c70732371e (diff) |
another round of compile fixes for raspberry release build
Diffstat (limited to 'package/binutils/patches/patch-ld_Makefile_in')
-rw-r--r-- | package/binutils/patches/patch-ld_Makefile_in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/binutils/patches/patch-ld_Makefile_in b/package/binutils/patches/patch-ld_Makefile_in deleted file mode 100644 index ff1eeb88f..000000000 --- a/package/binutils/patches/patch-ld_Makefile_in +++ /dev/null @@ -1,20 +0,0 @@ ---- binutils-2.21.orig/ld/Makefile.in 2010-11-05 11:34:22.000000000 +0100 -+++ binutils-2.21/ld/Makefile.in 2011-01-10 21:57:49.000000000 +0100 -@@ -422,7 +422,7 @@ TEXI2DVI = texi2dvi -I $(srcdir) -I $(BF - -I $(top_srcdir)/../libiberty - - AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \ -- @INCINTL@ $(HDEFINES) $(CFLAGS) $(PLUGIN_CFLAGS) \ -+ @INCINTL@ $(HDEFINES) $(PLUGIN_CFLAGS) \ - -DLOCALEDIR="\"$(datadir)/locale\"" - - BFDLIB = ../bfd/libbfd.la -@@ -850,7 +850,7 @@ ld_new_LDADD = $(EMULATION_OFILES) $(EMU - # - @ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la - @ENABLE_PLUGINS_TRUE@libldtestplug_la_SOURCES = testplug.c --@ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = -g -O2 -+@ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = - @ENABLE_PLUGINS_TRUE@libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere - MAINTAINERCLEANFILES = configdoc.texi ld.1 ld.info - |