<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git/scripts/build-many-glibcs.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>Use Linux 6.17 in build-many-glibcs.py</title>
<updated>2025-10-01T15:15:43+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-10-01T15:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=48c053fd6238fdff77b5905ed2cc0af35a55ccc7'/>
<id>48c053fd6238fdff77b5905ed2cc0af35a55ccc7</id>
<content type='text'>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</pre>
</div>
</content>
</entry>
<entry>
<title>LoongArch: Fix build failure for loongarch64-linux-gnusf toolchain. [BZ #32776]</title>
<updated>2025-08-13T07:29:16+00:00</updated>
<author>
<name>caiyinyu</name>
<email>caiyinyu@loongson.cn</email>
</author>
<published>2025-08-13T07:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=9dccb0e1c57e8b90cf1fd171bd8505960aeb1f38'/>
<id>9dccb0e1c57e8b90cf1fd171bd8505960aeb1f38</id>
<content type='text'>
GCC parts:

A GCC bug caused the loss of the search path: /usr/lib64/sf, and this
bug has now been fixed in GCC.

See:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9467435253948b83fcb5f7430f6cd571236960d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC parts:

A GCC bug caused the loss of the search path: /usr/lib64/sf, and this
bug has now been fixed in GCC.

See:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9467435253948b83fcb5f7430f6cd571236960d8
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py</title>
<updated>2025-07-29T15:08:43+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-07-29T15:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef'/>
<id>258126bc0b77d7f9ae7d0b2737ec66e186c1e0ef</id>
<content type='text'>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Linux 6.15 in build-many-glibcs.py</title>
<updated>2025-05-28T14:15:51+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-05-28T14:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=3473526758532d7356be80c7950e476e235b5fb2'/>
<id>3473526758532d7356be80c7950e476e235b5fb2</id>
<content type='text'>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

Reviewed-by: Florian Weimer &lt;fweimer@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

Reviewed-by: Florian Weimer &lt;fweimer@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use -std=gnu17 in build-many-glibcs.py when configuring GMP</title>
<updated>2025-05-27T15:56:56+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-05-27T15:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=08d7243a6179d5a1f3f65a53aba1ec0803895aeb'/>
<id>08d7243a6179d5a1f3f65a53aba1ec0803895aeb</id>
<content type='text'>
This works around incompatibility of GMP 6.3.0 with GCC 15 (defaulting
to C23) following an approach suggested by Florian.

Tested with build-many-glibcs.py (host-libraries build only).

Reviewed-by: Florian Weimer &lt;fweimer@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works around incompatibility of GMP 6.3.0 with GCC 15 (defaulting
to C23) following an approach suggested by Florian.

Tested with build-many-glibcs.py (host-libraries build only).

Reviewed-by: Florian Weimer &lt;fweimer@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py</title>
<updated>2025-03-25T18:29:01+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-03-25T18:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=8bac7f7a434e158e9765b3b4d1ecaf10304f5994'/>
<id>8bac7f7a434e158e9765b3b4d1ecaf10304f5994</id>
<content type='text'>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py</title>
<updated>2025-03-07T17:38:38+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>josmyers@redhat.com</email>
</author>
<published>2025-03-07T17:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=ee3b1d15da412be19583085f81c220653b270c1f'/>
<id>ee3b1d15da412be19583085f81c220653b270c1f</id>
<content type='text'>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright dates with scripts/update-copyrights</title>
<updated>2025-01-01T19:22:09+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-01-01T18:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=2642002380aafb71a1d3b569b6d7ebeab3284816'/>
<id>2642002380aafb71a1d3b569b6d7ebeab3284816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GCC 14 branch in build-many-glibcs.py</title>
<updated>2024-12-31T08:08:57+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2024-12-31T07:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=7962fa38e29ec86ea5ea8451bfbfebf9d13f1136'/>
<id>7962fa38e29ec86ea5ea8451bfbfebf9d13f1136</id>
<content type='text'>
Tested with build-many-glibcs.py with

--exclude m68k-linux-gnu-coldfire-soft

Signed-off-by: H.J. Lu &lt;hjl.tools@gmail.com&gt;
Reviewed-by: Sam James &lt;sam@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with build-many-glibcs.py with

--exclude m68k-linux-gnu-coldfire-soft

Signed-off-by: H.J. Lu &lt;hjl.tools@gmail.com&gt;
Reviewed-by: Sam James &lt;sam@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-many-glibcs.py: Add --exclude option</title>
<updated>2024-12-25T00:00:06+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2024-12-24T21:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=757ac24f8f2344e5f8afd2465c808d0f6adcc948'/>
<id>757ac24f8f2344e5f8afd2465c808d0f6adcc948</id>
<content type='text'>
m68k-linux-gnu-coldfire-soft GCC and glibc often won't build due to

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103370

which results in build-many-glibcs.py failure.  Add an option, --exclude,
to exclude some targets.

Signed-off-by: H.J. Lu &lt;hjl.tools@gmail.com&gt;
Reviewed-by: Sam James &lt;sam@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
m68k-linux-gnu-coldfire-soft GCC and glibc often won't build due to

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103370

which results in build-many-glibcs.py failure.  Add an option, --exclude,
to exclude some targets.

Signed-off-by: H.J. Lu &lt;hjl.tools@gmail.com&gt;
Reviewed-by: Sam James &lt;sam@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
