[PATCH v3 01/13] nds32: Build Infastructure
Joseph Myers
joseph@codesourcery.com
Thu Jun 14 13:27:00 GMT 2018
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
More information about the Libc-alpha
mailing list