summaryrefslogtreecommitdiff
blob: 9bfe14021679e3e8e41dd60711f72b12be77ffaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: dietlibc-0.29/Makefile
===================================================================
--- dietlibc-0.29.orig/Makefile
+++ dietlibc-0.29/Makefile
@@ -8,7 +8,7 @@ LIBDIR=${prefix}/lib
 BINDIR=${prefix}/bin
 MAN1DIR=${prefix}/man/man1
 
-MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6][lb]/arm/' -e 's/sparc64/sparc/')
+MYARCH=ppc
 
 # 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