From 90826d83c9ed70722e8d3ff0b6c399ab8d9818b2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 May 2009 11:01:35 +0000 Subject: remove binutils 2.17 and 2.19 SVN-Revision: 15619 --- .../2.17/300-012_check_ldrunpath_length.patch | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch (limited to 'toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch') diff --git a/toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch b/toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch deleted file mode 100644 index 930886d3ef..0000000000 --- a/toolchain/binutils/patches/2.17/300-012_check_ldrunpath_length.patch +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh -e -## 012_check_ldrunpath_length.dpatch by Chris Chimelis -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Only generate an RPATH entry if LD_RUN_PATH is not empty, for -## DP: cases where -rpath isn't specified. (#151024) - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ ---- a/ld/emultempl/elf32.em -+++ b/ld/emultempl/elf32.em -@@ -970,6 +970,8 @@ cat >>e${EMULATION_NAME}.c <