]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- updated
authortommat <tommat@pld-linux.org>
Mon, 21 Jun 2010 16:10:44 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-arm.patch -> 1.2

dietlibc-arm.patch

index 70a07fbdd43a74a8c9a3d0e36fd06e8136131291..06cd19512d96e1734d25d4411b0c229767defb9b 100644 (file)
@@ -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
This page took 0.050094 seconds and 4 git commands to generate.