]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- revert tls on ppc change; requires gcc >= 3.4 (does it make any sense to make this...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 Feb 2005 14:34:48 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.572

glibc.spec

index 367f99adfcc17f06f2e494f52530f378e4614a5a..5c21e039efbf4cfa3b9f8a40207f968e39f18b70 100644 (file)
@@ -38,9 +38,8 @@
 %endif
 
 %if %{with tls}
-# - sparc temporarily removed (broken)
-# - TLS support for PPC is only available when using gcc >= 3.4
-%ifnarch %{ix86} amd64 ia64 alpha s390 s390x sparc64 sparcv9
+# sparc temporarily removed (broken)
+%ifnarch %{ix86} amd64 ia64 alpha s390 s390x  sparc64 sparcv9 ppc ppc64
 %undefine      with_tls
 %endif
 %endif
@@ -130,7 +129,7 @@ Patch27:    %{name}-comdat.patch
 URL:           http://www.gnu.org/software/libc/
 BuildRequires: automake
 BuildRequires: binutils >= 2:2.15.90.0.3
-BuildRequires: gcc >= 3.2
+BuildRequires: gcc >= 3.4
 %{?with_memusage:BuildRequires:        gd-devel >= 2.0.1}
 BuildRequires: gettext-devel >= 0.10.36
 %if %{without kernelheaders}
This page took 0.148325 seconds and 4 git commands to generate.