Gentoo Archives: gentoo-dev

From: Danny van Dyk <kugelfang@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] New global use flag "multilib"
Date: Wed, 26 May 2004 17:42:25
Message-Id: 40B4D719.9010301@gentoo.org
1 Hi @ll
2
3 Mea culpa ! I added "multilib" as a useflag to the portage ebuild
4 without recognizing that it was yet only a local useflag (in gcc).
5 Mr_Bones_ and ciaranm were so kind to point me to it and convinced me to
6 tell you all, thx guys ;-). Here we go:
7
8 So what's multilib ? At the moment it's an amd64 only global useflag,
9 but probably other 64bit archs which can execute and compile 32bit
10 binary will consider it usable too.
11
12 "+multilib" allows gcc to build x86 binarys on amd64 and makes portage
13 build a 32bit libsandbox.so. This 32bit sandbox [1] is necessary to
14 install some precompiled applications on amd64. (Example: Openoffice-bin
15 [2])
16
17 [1] http://bugs.gentoo.org/show_bug.cgi?id=32963
18 [2] http://bugs.gentoo.org/show_bug.cgi?id=33360
19
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] New global use flag "multilib" "Ilya A. Volynets-Evenbakh" <iluxa@g.o>
Re: [gentoo-dev] New global use flag "multilib" Ciaran McCreesh <ciaranm@g.o>