[Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linux
authorJoel Brobecker <brobecker@adacore.com>
Tue, 29 May 2018 09:40:15 +0000 (09:40 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 29 May 2018 09:40:15 +0000 (09:40 +0000)
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

gcc/ada/ChangeLog
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
gcc/ada/gnat_ugn.texi

index 08dfb851a5952c7eb5cef0468d9ff4fdb1f7f6b9..6117d30183599dafbac673ef321b99b826079a9a 100644 (file)
@@ -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
index 5f2f70c672b21afacf1785ed9b49762a6c65d63e..5b55ef77ae2ad620191e831f5570acf97e7beed2 100644 (file)
@@ -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
 
index 0b6a408518c3494d24a60b4871aacc8f70292d88..e6b5148ff2d6abe91aa54a40419e859983e5c90f 100644 (file)
@@ -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