]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- gcc 3.4 fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 20 Apr 2004 13:25:14 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libarch macro simplified.

Changed files:
    dietlibc.spec -> 1.46

dietlibc.spec

index 81996d6570fcecab092b689bb585245765422072..a0ba5c31767384c865089eefc0e7768c6c455196 100644 (file)
@@ -17,6 +17,7 @@ Patch1:               %{name}-opt.patch
 Patch2:                %{name}-athlon.patch
 Patch3:                %{name}-amd64.patch
 Patch4:                %{name}-pentiumX.patch
+Patch5:                %{name}-gcc34.patch
 URL:           http://www.fefe.de/dietlibc/
 %ifarch sparc
 BuildRequires: m4
@@ -26,7 +27,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\\|pentium4\\|athlon/i386/;s/amd64/x86_64/')
+%define                libarch         %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/')
 
 %description
 Small libc for building embedded applications.
@@ -72,6 +73,7 @@ statyczne.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %ifarch sparc
 # generate missing functions
This page took 0.039087 seconds and 4 git commands to generate.