Revision: 5323
Author: pebender
Date: Thu Aug 20 20:40:14 2009
Log: - Updated busybox fixes.


http://code.google.com/p/minimyth/source/detail?r=5323

Added:
   
/trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.3-trylink-gc-sections.patch
Modified:
  /trunk/gar-minimyth/script/utils/busybox/Makefile
  /trunk/gar-minimyth/script/utils/busybox/checksums

=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.3-trylink-gc-sections.patch
  
Thu Aug 20 20:40:14 2009
@@ -0,0 +1,31 @@
+From f5d4bddfbee4d9a5af479e20f4e17b5e2fb4a3ed Mon Sep 17 00:00:00 2001
+From: Denys Vlasenko <[email protected]>
+Date: Sat, 27 Jun 2009 00:24:35 +0200
+Subject: [PATCH] trylink: don't use ld --gc-sections if ld doesn't support  
it
+
+Signed-off-by: Ian Abbott <[email protected]>
+Signed-off-by: Denys Vlasenko <[email protected]>
+Signed-off-by: Mike Frysinger <[email protected]>
+---
+ scripts/trylink |    5 +++++
+ 1 files changed, 5 insertions(+), 0 deletions(-)
+
+diff --git a/scripts/trylink b/scripts/trylink
+index 7ea1d5c..8c88546 100755
+--- a/scripts/trylink
++++ b/scripts/trylink
+@@ -99,6 +99,11 @@ else
+ fi
+ )`
+
++# The --gc-sections option is not supported by older versions of ld
++if test -n "$GC_SECTIONS"; then
++    GC_SECTIONS=`check_cc "$GC_SECTIONS" ""`
++fi
++
+ # Sanitize lib list (dups, extra spaces etc)
+ LDLIBS=`echo "$LDLIBS" | xargs -n1 | sort | uniq | xargs`
+
+--
+1.6.3.3
+
=======================================
--- /trunk/gar-minimyth/script/utils/busybox/Makefile   Mon Aug  3 13:15:31  
2009
+++ /trunk/gar-minimyth/script/utils/busybox/Makefile   Thu Aug 20 20:40:14  
2009
@@ -4,7 +4,8 @@
  MASTER_SITES = http://www.busybox.net/downloads/
  CONFIGFILE = $(DISTNAME).config
  DISTFILES = $(DISTNAME).tar.bz2 $(CONFIGFILE)
-PATCHFILES  =
+PATCHFILES  = \
+       $(DISTNAME)-trylink-gc-sections.patch
  PATCHFILES += $(DISTNAME)-dhcp_options.patch  
$(DISTNAME)-dhcp_timezone.patch $(DISTNAME)-tftp_timeout.patch
  LICENSE = GPL2

=======================================
--- /trunk/gar-minimyth/script/utils/busybox/checksums  Mon Aug  3 13:15:31  
2009
+++ /trunk/gar-minimyth/script/utils/busybox/checksums  Thu Aug 20 20:40:14  
2009
@@ -1,4 +1,5 @@
  d170bf5f97a41aec3a505eab690d5699  download/busybox-1.14.3.tar.bz2
+51aba4e79aafcd587732248ce644b076   
download/busybox-1.14.3-trylink-gc-sections.patch
  9b974b33ff72febcc6fc802a5d4e641b   
download/busybox-1.14.3-dhcp_options.patch
  14f33701d4e85d3fa2a231de402c3bd0   
download/busybox-1.14.3-dhcp_timezone.patch
  f8ae96f072ca8012ffd54b755865e964   
download/busybox-1.14.3-tftp_timeout.patch

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to