]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- pentium3 fix.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 26 Feb 2004 12:22:50 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spaces -> tab.

Changed files:
    glibc.spec -> 1.445

glibc.spec

index ba3a6c67e13d7313a4a64e17aa71e0ed2bb5f5b2..7e4258cb9e6fdf73ca0a3f82bd5caf9331f998d3 100644 (file)
@@ -9,7 +9,7 @@
                                # linux-libc-headers (evil, breakage etc., don't use)
 %bcond_without dist_kernel     # for above, allow non-distribution kernel
 %bcond_with    nptl            # use nptl instead of linuxthreads
-%bcond_with     tls            # use tls
+%bcond_with    tls             # use tls
 %bcond_with    tests           # do not perform "make test"
 
 #
@@ -26,7 +26,7 @@
 
 %if %{with nptl}
 # it seems that nptl uses cmpxchgl (available since i486) on x86
-%ifarch i486 i586 i686 athlon amd64 ia64 s390 s390x sparcv9 ppc ppc64
+%ifarch i486 i586 i686 pentium3 athlon amd64 ia64 s390 s390x sparcv9 ppc ppc64
 %if "%{min_kernel}" < "2.6.0"
 %global                min_kernel      2.6.0
 %endif
This page took 1.936609 seconds and 4 git commands to generate.