]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- Support more archs
authortommat <tommat@pld-linux.org>
Fri, 6 Oct 2006 10:29:32 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-arm.patch -> 1.1

dietlibc-arm.patch [new file with mode: 0644]

diff --git a/dietlibc-arm.patch b/dietlibc-arm.patch
new file mode 100644 (file)
index 0000000..70a07fb
--- /dev/null
@@ -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
This page took 0.043675 seconds and 4 git commands to generate.