packages: dietlibc/dietlibc-arm.patch - updated

tommat tommat at pld-linux.org
Mon Jun 21 18:10:49 CEST 2010


Author: tommat                       Date: Mon Jun 21 16:10:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated

---- Files affected:
packages/dietlibc:
   dietlibc-arm.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/dietlibc/dietlibc-arm.patch
diff -u packages/dietlibc/dietlibc-arm.patch:1.1 packages/dietlibc/dietlibc-arm.patch:1.2
--- packages/dietlibc/dietlibc-arm.patch:1.1	Fri Oct  6 12:29:32 2006
+++ packages/dietlibc/dietlibc-arm.patch	Mon Jun 21 18:10:44 2010
@@ -9,3 +9,15 @@
  
  # This extra-ugly cruft is here so make will not run uname and sed each
  # time it looks at $(OBJDIR).  This alone sped up running make when
+diff -Nur dietlibc-0.32.orig/libpthread/Makefile dietlibc-0.32/libpthread/Makefile
+--- dietlibc-0.32.orig/libpthread/Makefile	2003-08-18 13:32:52.000000000 -0400
++++ dietlibc-0.32/libpthread/Makefile	2010-06-21 09:42:08.000000000 -0400
+@@ -2,7 +2,7 @@
+ 
+ M=$(shell ../findcflags.sh $(CC))
+ 
+-ARCH=$(shell uname -m | sed 's/i[4-9]86/i386/')
++ARCH=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?j\?[lb]/arm/')
+ 
+ CFLAGS= -g #-pipe -O -march=k6
+ CFLAGS= -pipe
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dietlibc/dietlibc-arm.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list