mirror of git://gcc.gnu.org/git/gcc.git
[nvptx] Update newlib dependency.
gcc/ * doc/install.texi: Update newlib dependency for nvptx. From-SVN: r259596
This commit is contained in:
parent
1704194ae7
commit
8ff02f9647
|
|
@ -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>
|
2018-04-24 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR target/85508
|
PR target/85508
|
||||||
|
|
|
||||||
|
|
@ -4206,11 +4206,11 @@ Instead of GNU binutils, you will need to install
|
||||||
Tell GCC where to find it:
|
Tell GCC where to find it:
|
||||||
@option{--with-build-time-tools=[install-nvptx-tools]/nvptx-none/bin}.
|
@option{--with-build-time-tools=[install-nvptx-tools]/nvptx-none/bin}.
|
||||||
|
|
||||||
A nvptx port of newlib is available at
|
You will need newlib 3.0 git revision
|
||||||
@uref{https://github.com/MentorEmbedded/nvptx-newlib/,,nvptx-newlib}.
|
cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316 or later. It can be
|
||||||
It can be automatically built together with GCC@. For this, add a
|
automatically built together with GCC@. For this, add a symbolic link
|
||||||
symbolic link to nvptx-newlib's @file{newlib} directory to the
|
to nvptx-newlib's @file{newlib} directory to the directory containing
|
||||||
directory containing the GCC sources.
|
the GCC sources.
|
||||||
|
|
||||||
Use the @option{--disable-sjlj-exceptions} and
|
Use the @option{--disable-sjlj-exceptions} and
|
||||||
@option{--enable-newlib-io-long-long} options when configuring.
|
@option{--enable-newlib-io-long-long} options when configuring.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue