SPECS: dietlibc.spec - more arm support
tommat
tommat at pld-linux.org
Fri Oct 6 13:48:20 CEST 2006
Author: tommat Date: Fri Oct 6 11:48:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more arm support
---- Files affected:
SPECS:
dietlibc.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/dietlibc.spec
diff -u SPECS/dietlibc.spec:1.65 SPECS/dietlibc.spec:1.66
--- SPECS/dietlibc.spec:1.65 Fri Oct 6 12:30:17 2006
+++ SPECS/dietlibc.spec Fri Oct 6 13:48:14 2006
@@ -26,7 +26,7 @@
%define dietprefix %{_prefix}/%{_target_cpu}-linux-dietlibc
# for some reason known only to rpm there must be "\\|" not "\|" here
-%define libarch %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/')
+%define libarch %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
%description
Small libc for building embedded applications.
@@ -141,6 +141,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2006/10/06 11:48:14 tommat
+- more arm support
+
Revision 1.65 2006/10/06 10:30:17 tommat
- added dietlibc-arm.patch for more arm archs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dietlibc.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list