This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 01/12] nds32: Build Infastructure


On Wed, 30 May 2018, Vincent Chen wrote:

> diff --git a/sysdeps/unix/sysv/linux/nds32/configure.ac b/sysdeps/unix/sysv/linux/nds32/configure.ac
> new file mode 100644
> index 0000000..a5a0593
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/nds32/configure.ac
> @@ -0,0 +1,4 @@
> +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
> +# Local configure fragment for sysdeps/unix/sysv/linux/nds32.
> +
> +arch_minimum_kernel=4.16.0

It appears 4.17.0 is actually the first upstream version with nds32 
support, so that should be your arch_minimum_kernel setting instead of 
4.16.0.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]