[nvptx] Update newlib dependency.
authorCesar Philippidis <cesar@codesourcery.com>
Tue, 24 Apr 2018 14:36:15 +0000 (07:36 -0700)
committerCesar Philippidis <cesar@gcc.gnu.org>
Tue, 24 Apr 2018 14:36:15 +0000 (07:36 -0700)
gcc/
* doc/install.texi: Update newlib dependency for nvptx.

From-SVN: r259596

gcc/ChangeLog
gcc/doc/install.texi

index 767455fb4eea268d7ac1fc0b1edf36d0dc0fff33..0ed8d634ec1aa440c791f7a1b33e74859c6df768 100644 (file)
@@ -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
index 73030a2281ac3f2c879ce8bd918809c6e2609a33..8f4870d7e28084d2ed0780b2d84c1a8870227f82 100644 (file)
@@ -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.