ports: remove binutils patch

Fixes #475.
This commit is contained in:
Christian Prochaska 2012-11-09 20:15:24 +01:00 committed by Norman Feske
parent 8d03312528
commit 7517b23d5d
2 changed files with 0 additions and 12 deletions

View File

@ -17,5 +17,4 @@ $(DOWNLOAD_DIR)/$(BINUTILS_TBZ2):
$(CONTRIB_DIR)/$(BINUTILS): $(DOWNLOAD_DIR)/$(BINUTILS_TBZ2)
$(VERBOSE)tar xfj $< -C $(CONTRIB_DIR) && touch $@
$(VERBOSE)patch -N -p0 < src/noux-pkg/binutils/build.patch

View File

@ -1,11 +0,0 @@
--- contrib/binutils-2.22/ld/Makefile.in~ 2010-11-05 11:34:22.000000000 +0100
+++ contrib/binutils-2.22/ld/Makefile.in 2011-02-03 23:45:08.000000000 +0100
@@ -848,7 +848,7 @@
#
# Build a dummy plugin using libtool.
#
-@ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la
+#@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_LDFLAGS = -no-undefined -rpath /nowhere