From d4d5b2ddf348bd1e310a5d73da58bae9ec09a41e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jan 2018 19:53:44 +0100 Subject: 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. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 497b00f65a..88f6d93c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3