SOURCES: dietlibc-arm.patch (NEW) - Support more archs
tommat
tommat at pld-linux.org
Fri Oct 6 12:29:37 CEST 2006
Author: tommat Date: Fri Oct 6 10:29:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Support more archs
---- Files affected:
SOURCES:
dietlibc-arm.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dietlibc-arm.patch
diff -u /dev/null SOURCES/dietlibc-arm.patch:1.1
--- /dev/null Fri Oct 6 12:29:37 2006
+++ SOURCES/dietlibc-arm.patch Fri Oct 6 12:29:32 2006
@@ -0,0 +1,11 @@
+--- dietlibc-0.30/Makefile.orig 2006-10-06 12:20:29.533089750 +0200
++++ dietlibc-0.30/Makefile 2006-10-06 12:20:50.878423750 +0200
+@@ -8,7 +8,7 @@
+ BINDIR=${prefix}/bin
+ MAN1DIR=${prefix}/man/man1
+
+-MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?[lb]/arm/')
++MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?j\?[lb]/arm/')
+
+ # 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
================================================================
More information about the pld-cvs-commit
mailing list