]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- more arm support
authortommat <tommat@pld-linux.org>
Fri, 6 Oct 2006 11:48:14 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc.spec -> 1.66

dietlibc.spec

index b9a56f0ea7de1993c9e59a7b717480210952596a..3a48f9949395d6012af207e321c4d562a773db2d 100644 (file)
@@ -25,7 +25,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
This page took 0.048754 seconds and 4 git commands to generate.