This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 01/12] nds32: Build Infastructure
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Vincent Chen <vincentc at andestech dot com>
- Cc: <libc-alpha at sourceware dot org>, <deanbo422 at gmail dot com>, <cnoize at andestech dot com>
- Date: Mon, 4 Jun 2018 17:26:38 +0000
- Subject: Re: [PATCH v2 01/12] nds32: Build Infastructure
- References: <1527677142-10406-1-git-send-email-vincentc@andestech.com> <1527677142-10406-2-git-send-email-vincentc@andestech.com>
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