From 8c456f187bb707b61a3e6658b6982a94e6fff3b5 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 4 Mar 2012 19:13:03 +0100 Subject: [PATCH] uclibc: removed obsolete patch for gdb --- .../pkg_patch/gdb/10-uclibc_arch_target.patch | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 base/uclibc/pkg_patch/gdb/10-uclibc_arch_target.patch diff --git a/base/uclibc/pkg_patch/gdb/10-uclibc_arch_target.patch b/base/uclibc/pkg_patch/gdb/10-uclibc_arch_target.patch deleted file mode 100644 index 1e15dba92..000000000 --- a/base/uclibc/pkg_patch/gdb/10-uclibc_arch_target.patch +++ /dev/null @@ -1,30 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../uclibc/pkg_patch/gdb-10-uclibc_arch_target.patch -# Copyright (C) 2006 The OpenSDE Project -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- ---- gdb-5.3/bfd/configure 2002-08-28 05:38:44.000000000 -0500 -+++ gdb-5.3-new/bfd/configure 2004-01-11 06:27:15.000000000 -0600 -@@ -1677,6 +1677,11 @@ - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` - ;; - -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so` -+ ;; -+ - netbsd* | knetbsd*-gnu) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'