]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- amd64 support
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 13:14:12 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc.spec -> 1.38

dietlibc.spec

index bad99c32791d2395fa841253fba11ce013e002e2..7cc95ff9b5c211c9b4df5a07e9317050c7b1d5e4 100644 (file)
@@ -12,12 +12,13 @@ Source0:    http://www.kernel.org/pub/linux/libs/dietlibc/%{name}-%{version}.tar.bz
 Patch0:                %{name}-ppc.patch
 Patch1:                %{name}-opt.patch
 Patch2:                %{name}-athlon.patch
+Patch3:                %{name}-amd64.patch
 URL:           http://www.fefe.de/dietlibc/
 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\\|athlon/i386/')
+%define                libarch         %(echo %{_target_cpu} | sed -e 's/i.86\\|athlon/i386/;s/amd64/x86_64/')
 
 %description
 Small libc for building embedded applications.
@@ -61,6 +62,7 @@ statyczne.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 OPTFLAGS="%{rpmcflags}"; export OPTFLAGS
This page took 0.037567 seconds and 4 git commands to generate.