diff options
author | Joel Brobecker <brobecker@adacore.com> | 2018-05-29 09:40:15 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-29 09:40:15 +0000 |
commit | c258a5b2fae14babccba2723ca0088e80467fc83 (patch) | |
tree | eb6e6f9e7245084cc09f1986666a86ae605d347d /gcc | |
parent | de9b2a969ebc6ebce82331c67c895a0f99b0cc78 (diff) | |
download | gcc-c258a5b2fae14babccba2723ca0088e80467fc83.zip gcc-c258a5b2fae14babccba2723ca0088e80467fc83.tar.gz gcc-c258a5b2fae14babccba2723ca0088e80467fc83.tar.bz2 |
[Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linux
2018-05-29 Joel Brobecker <brobecker@adacore.com>
gcc/ada/
* doc/gnat_ugn/platform_specific_information.rst: Update package
requirements for 32bit GNAT on x86_64-linux.
* gnat_ugn.texi: Regenerate.
From-SVN: r260874
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ada/doc/gnat_ugn/platform_specific_information.rst | 8 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 08dfb85..6117d30 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2018-05-29 Joel Brobecker <brobecker@adacore.com> + + * doc/gnat_ugn/platform_specific_information.rst: Update package + requirements for 32bit GNAT on x86_64-linux. + * gnat_ugn.texi: Regenerate. + 2018-05-29 Eric Botcazou <ebotcazou@adacore.com> * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Debugging diff --git a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst index 5f2f70c..5b55ef7 100644 --- a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst +++ b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst @@ -241,13 +241,13 @@ The name of of that package depends on your GNU/Linux distribution: * Debian, Ubuntu: ``libc6-dev`` (normally installed by default). If using the 32-bit version of GNAT on a 64-bit version of GNU/Linux, -you'll need the 32-bit version of the glibc and glibc-devel packages: +you'll need the 32-bit version of the following packages: -* RedHat, SUSE: ``glibc.i686``, ``glibc-devel.i686`` -* Debian, Ubuntu: ``libc6:i386``, ``libc6-dev:i386`` +* RedHat, SUSE: ``glibc.i686``, ``glibc-devel.i686``, ``ncurses-libs.i686`` +* Debian, Ubuntu: ``libc6:i386``, ``libc6-dev:i386``, ``lib32ncursesw5`` Other GNU/Linux distributions might be choosing a different name -for that package. +for those packages. .. index:: Windows diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 0b6a408..e6b5148 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -23820,20 +23820,20 @@ Debian, Ubuntu: @code{libc6-dev} (normally installed by default). @end itemize If using the 32-bit version of GNAT on a 64-bit version of GNU/Linux, -you'll need the 32-bit version of the glibc and glibc-devel packages: +you'll need the 32-bit version of the following packages: @itemize * @item -RedHat, SUSE: @code{glibc.i686}, @code{glibc-devel.i686} +RedHat, SUSE: @code{glibc.i686}, @code{glibc-devel.i686}, @code{ncurses-libs.i686} @item -Debian, Ubuntu: @code{libc6:i386}, @code{libc6-dev:i386} +Debian, Ubuntu: @code{libc6:i386}, @code{libc6-dev:i386}, @code{lib32ncursesw5} @end itemize Other GNU/Linux distributions might be choosing a different name -for that package. +for those packages. @geindex Windows |