Rene,
Have a patch for you. Running Quirky in the Pi3, "uname -m" returns "armv7l".

So, this patch is required. Note, it doesn't fix the failure to compile.

diff -Naur dietlibc-0.33-ORIG/Makefile dietlibc-0.33/Makefile
--- dietlibc-0.33-ORIG/Makefile 2016-12-02 12:31:41.227244781 +0800
+++ dietlibc-0.33/Makefile      2016-12-02 13:15:24.087243780 +0800
@@ -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-7]t\?e\?[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

Regards,
Barry Kauler



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to