diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 19:53:44 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 19:54:38 +0100 |
| commit | d4d5b2ddf348bd1e310a5d73da58bae9ec09a41e (patch) | |
| tree | bc6bbc3d6ba1e35a47db67055a19554cf8b30b41 /ChangeLog | |
| parent | 61a3a8c6ce4e6d42c900ce83cc69256e0b0589a3 (diff) | |
| download | glibc-d4d5b2ddf348bd1e310a5d73da58bae9ec09a41e.tar.xz glibc-d4d5b2ddf348bd1e310a5d73da58bae9ec09a41e.zip | |
hurd: fix gcc build in build-many-glibcs.py
gcc's libcilkrts has never actually supported GNU/Hurd, and doesn't
automatically disable it, and the support was actually removed in gcc trunk,
so that will never actually be fixed there.
* scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
--disable-libcilkrts to gcc configure.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ instead of void *. * sysdeps/pthread/timer_create.c (timer_create): Do not use timer_ptr2id to cast struct timer_node * to void *. + * scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass + --disable-libcilkrts to gcc configure. 2018-01-27 James Clarke <jrtc27@jrtc27.com> |
