doc boards/native arch_soc: Clarify 32bit paragraph

One only needs the 32bit C library to build 32bit binaries.
And let's remove ubuntu 16 reference. The package is the same in
all versions.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-03-10 16:48:09 +01:00 committed by Benjamin Cabé
parent 41c576888a
commit deffdec545

View File

@ -53,8 +53,8 @@ This port is designed and tested to run in Linux.
.. note::
You must have the 32-bit C library installed in your system
(in Ubuntu 16.04 install the gcc-multilib package)
To build for the 32bit targets you must have the 32-bit C library installed in your system
(in Debian/Ubuntu this is provided by the ``gcc-multilib`` package).
.. note::