doc: don't install 32-bit libraries

No longer necessary since the host tools compile natively now.

Change-Id: Ibe6f66fa79498678bddc25f69f799555d181ea7f
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-07-07 13:48:41 -07:00 committed by Inaky Perez-Gonzalez
commit 3275d8a24a

View file

@ -46,16 +46,14 @@ Install the required packages in a Ubuntu host system with:
.. code-block:: console .. code-block:: console
$ sudo apt-get install git make gcc gcc-multilib g++ libc6-dev-i386 \ $ sudo apt-get install git make gcc g++ python3-ply
g++-multilib python3-ply
Install the required packages in a Fedora host system with: Install the required packages in a Fedora host system with:
.. code-block:: console .. code-block:: console
$ sudo dnf group install "Development Tools" $ sudo dnf group install "Development Tools"
$ sudo dnf install git make gcc glib-devel.i686 glib2-devel.i686 \ $ sudo dnf install git make gcc glibc-static libstdc++-static python3-ply
glibc-static libstdc++-static glibc-devel.i686 python3-ply
.. _zephyr_sdk: .. _zephyr_sdk: