From deffdec545ba6dbd7c4a38452ce1459c946eed39 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 10 Mar 2025 16:48:09 +0100 Subject: [PATCH] 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 --- boards/native/doc/arch_soc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/native/doc/arch_soc.rst b/boards/native/doc/arch_soc.rst index 0b23bb5652b..6b6a5a5e10e 100644 --- a/boards/native/doc/arch_soc.rst +++ b/boards/native/doc/arch_soc.rst @@ -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::