diff options
author | Cesar Philippidis <cesar@codesourcery.com> | 2018-04-24 07:36:15 -0700 |
---|---|---|
committer | Cesar Philippidis <cesar@gcc.gnu.org> | 2018-04-24 07:36:15 -0700 |
commit | 8ff02f9647e63f9a94e16045edf757d8bb58ed2e (patch) | |
tree | dbc72e2082f55b1a9dcb4df2836a6500346f24a3 | |
parent | 1704194ae7485f7faca06c026fbfc33233feae1d (diff) | |
download | gcc-8ff02f9647e63f9a94e16045edf757d8bb58ed2e.zip gcc-8ff02f9647e63f9a94e16045edf757d8bb58ed2e.tar.gz gcc-8ff02f9647e63f9a94e16045edf757d8bb58ed2e.tar.bz2 |
[nvptx] Update newlib dependency.
gcc/
* doc/install.texi: Update newlib dependency for nvptx.
From-SVN: r259596
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 767455f..0ed8d63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 Cesar Philippidis <cesar@codesourcery.com> + + * doc/install.texi: Update newlib dependency for nvptx. + 2018-04-24 Jakub Jelinek <jakub@redhat.com> PR target/85508 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 73030a2..8f4870d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4206,11 +4206,11 @@ Instead of GNU binutils, you will need to install Tell GCC where to find it: @option{--with-build-time-tools=[install-nvptx-tools]/nvptx-none/bin}. -A nvptx port of newlib is available at -@uref{https://github.com/MentorEmbedded/nvptx-newlib/,,nvptx-newlib}. -It can be automatically built together with GCC@. For this, add a -symbolic link to nvptx-newlib's @file{newlib} directory to the -directory containing the GCC sources. +You will need newlib 3.0 git revision +cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316 or later. It can be +automatically built together with GCC@. For this, add a symbolic link +to nvptx-newlib's @file{newlib} directory to the directory containing +the GCC sources. Use the @option{--disable-sjlj-exceptions} and @option{--enable-newlib-io-long-long} options when configuring. |