From c258a5b2fae14babccba2723ca0088e80467fc83 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 29 May 2018 09:40:15 +0000 Subject: [PATCH] [Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linux 2018-05-29 Joel Brobecker 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 | 6 ++++++ gcc/ada/doc/gnat_ugn/platform_specific_information.rst | 8 ++++---- gcc/ada/gnat_ugn.texi | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 08dfb851a59..6117d301835 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2018-05-29 Joel Brobecker + + * 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 * 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 5f2f70c672b..5b55ef77ae2 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 0b6a408518c..e6b5148ff2d 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 -- 2.30.2