This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 01/13] nds32: Build Infastructure
On Thu, 14 Jun 2018, Vincent Chen wrote:
> diff --git a/sysdeps/unix/sysv/linux/nds32/Makefile b/sysdeps/unix/sysv/linux/nds32/Makefile
> new file mode 100644
> index 0000000..2709916
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/nds32/Makefile
> @@ -0,0 +1,17 @@
> +ifeq ($(subdir),misc)
> +sysdep_headers += sys/cachectl.h
> +sysdep_routines += cacheflush prctl mremap
> +endif
Why do you need prctl and mremap here? I'd expect the generic builds of
those functions from syscalls.list to work fine.
--
Joseph S. Myers
joseph@codesourcery.com