From a238192abad686137d611f6d78bdba8d0b6672ba Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Jan 2014 05:06:12 +0100 Subject: good bye avr32, bad toolchain support, hardware is eol and no qemu emulator available --- toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch (limited to 'toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch') diff --git a/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch b/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch deleted file mode 100644 index a3d71131a..000000000 --- a/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nur uClibc-0.9.32-rc3.orig/Makefile.in uClibc-0.9.32-rc3/Makefile.in ---- uClibc-0.9.32-rc3.orig/Makefile.in 2011-03-16 20:11:13.000000000 +0100 -+++ uClibc-0.9.32-rc3/Makefile.in 2011-05-20 11:16:00.000000000 +0200 -@@ -385,13 +385,13 @@ - ifeq ($(HAVE_SHARED),y) - $(INSTALL) -m 755 $(top_builddir)lib/lib*-$(VERSION).so \ - $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR) -- (cd $(top_builddir)lib && $(TAR) -cf - *.so.*) | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR) - @if [ -x $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so ] ; then \ - set -e; \ - $(SHELL_SET_X); \ - $(INSTALL) -m 755 $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so \ - $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR); \ - fi -+ (cd $(top_builddir)lib && $(TAR) -cf - *.so.*) | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR) - endif - - utils: | pregen -- cgit v1.2.3