]> git.pld-linux.org Git - packages/dietlibc.git/blob - dietlibc-arm.patch
- release 4
[packages/dietlibc.git] / dietlibc-arm.patch
1 --- dietlibc-0.30/Makefile.orig 2006-10-06 12:20:29.533089750 +0200
2 +++ dietlibc-0.30/Makefile      2006-10-06 12:20:50.878423750 +0200
3 @@ -8,7 +8,7 @@
4  BINDIR=${prefix}/bin
5  MAN1DIR=${prefix}/man/man1
6  
7 -MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?[lb]/arm/')
8 +MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?j\?[lb]/arm/')
9  
10  # This extra-ugly cruft is here so make will not run uname and sed each
11  # time it looks at $(OBJDIR).  This alone sped up running make when
12 diff -Nur dietlibc-0.32.orig/libpthread/Makefile dietlibc-0.32/libpthread/Makefile
13 --- dietlibc-0.32.orig/libpthread/Makefile      2003-08-18 13:32:52.000000000 -0400
14 +++ dietlibc-0.32/libpthread/Makefile   2010-06-21 09:42:08.000000000 -0400
15 @@ -2,7 +2,7 @@
16  
17  M=$(shell ../findcflags.sh $(CC))
18  
19 -ARCH=$(shell uname -m | sed 's/i[4-9]86/i386/')
20 +ARCH=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?j\?[lb]/arm/')
21  
22  CFLAGS= -g #-pipe -O -march=k6
23  CFLAGS= -pipe
This page took 0.098167 seconds and 3 git commands to generate.