Merge pull request #1131 from IdrisKalp/master

glibc 2.32
This commit is contained in:
Idris Kalp
2020-10-21 03:59:13 +03:00
committed by GitHub
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -148,5 +148,5 @@ def install():
#pisitools.remove("/usr/sbin/%s" % i)
shelltools.cd("..")
pisitools.dodoc("ChangeLog", "NEWS", "README*", "LICENSES")
pisitools.dodoc("NEWS", "README*", "LICENSES", "COPYING")
+11
View File
@@ -0,0 +1,11 @@
--- a/sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h 2020-08-25 15:08:15.049364392 +0200
+++ b/sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h 2020-08-25 15:08:20.012697875 +0200
@@ -32,7 +32,7 @@
&& CPU_FEATURE_USABLE_P (cpu_features, AVX2))
return OPTIMIZE (fma);
- if (CPU_FEATURE_USABLE_P (cpu_features, FMA))
+ if (CPU_FEATURE_USABLE_P (cpu_features, FMA4))
return OPTIMIZE (fma4);
return OPTIMIZE (sse2);
+9 -3
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>GNU libc6 (also called glibc2) C library</Summary>
<Description>The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel. It defines the system calls and other basic C programming language facilities.</Description>
<Archive sha1sum="4df7e4dbb92b5ced729d972b32e3b8683db4a689" type="tarxz">http://ftp.gnu.org/gnu/libc/glibc-2.30.tar.xz</Archive>
<Archive sha1sum="71ff0af28bdf4525d7b91ec5d82d1fc002000e91" type="tarxz">http://ftp.gnu.org/gnu/libc/glibc-2.32.tar.xz</Archive>
<BuildDependencies>
<Dependency>kernel-headers</Dependency>
<Dependency>gettext</Dependency>
@@ -23,8 +23,7 @@
</BuildDependencies>
<Patches>
<!-- <Patch level="1">glibc-2.30-fhs-1.patch</Patch> -->
<Patch level="1">bz20338.patch</Patch>
<Patch level="1">file-truncated-while-reading-soname-after-patchelf.patch</Patch>
<Patch level="1">bz26534.patch</Patch>
</Patches>
</Source>
<Package>
@@ -1954,6 +1953,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-10-21</Date>
<Version>2.32</Version>
<Comment>Version bump with new toolchain.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-12-13</Date>
<Version>2.30</Version>