[PATCH] [RFC] y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
Andreas Schwab
schwab@suse.de
Tue Aug 25 08:08:45 GMT 2020
On Aug 24 2020, Lukasz Majewski wrote:
> diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile
> index be40fae68a..f19c8c825d 100644
> --- a/sysdeps/unix/sysv/linux/m68k/Makefile
> +++ b/sysdeps/unix/sysv/linux/m68k/Makefile
> @@ -21,3 +21,8 @@ sysdep-dl-routines += dl-static
> sysdep-others += lddlibc4
> install-bin += lddlibc4
> endif
> +
> +ifeq ($(subdir),nptl)
> +libpthread-sysdep_routines += futex-helpers
Why do you need that twice?
> +CFLAGS-futex-helpers.c += -fno-inline
Why do you need that?
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list