]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- added Pentium4 macro [by PawciooS].
authorcieciwa <cieciwa@pld-linux.org>
Tue, 20 Apr 2004 10:53:38 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc.spec -> 1.45

dietlibc.spec

index 7c2d577e71df590190c8c35f0e1c1ebbd91570c9..81996d6570fcecab092b689bb585245765422072 100644 (file)
@@ -26,7 +26,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\\|pentium3\\|athlon/i386/;s/amd64/x86_64/')
+%define                libarch         %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium3\\|pentium4\\|athlon/i386/;s/amd64/x86_64/')
 
 %description
 Small libc for building embedded applications.
This page took 0.059369 seconds and 4 git commands to generate.