]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- addedd ppc and ppc64
authormarcus <marcus@pld-linux.org>
Mon, 12 Aug 2002 20:43:15 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to 0.22
(not tested - I haven't gcc3)

Changed files:
    klibc.spec -> 1.2

klibc.spec

index 6c78f22a78a5679dd664080b0d31352a33d466f5..29a61068e8202fd945e21afe3e164aa4e633ef1e 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Minimalistic libc subset for use with initramfs
 Summary(pl):   Zminimalizowany podzbiór bibliteki C do u¿ywa z initramfs
 Name:          klibc
-Version:       0.11
+Version:       0.22
 Release:       1
 License:       BSD
 Group:         Libraries
@@ -31,11 +31,11 @@ brakuje wielu rzeczy.
 ln -s %{_kernelsrcdir} linux
 
 # 32 bit archs
-%ifarch %{ix86} sparc sparc32
+%ifarch %{ix86} sparc sparc32 ppc
 ln -sf bits32 include/bitsize
 %endif
 # 64 bit archs
-%ifarch alpha sparc64
+%ifarch alpha sparc64 ppc64
 ln -sf bits64 include/bitsize
 %endif
 
This page took 0.064085 seconds and 4 git commands to generate.