Thorsten Glaser <t.gla...@tarent.de> 于2020年6月10日周三 下午7:53写道: > > On Fri, 29 May 2020, Steven Robbins wrote: > > > > Because gcc builddeps it. > > > > That really doesn't answer my question. Can you point to a gcc build > > failure > > that this will solve? > > Exactly, we have Multi-Arch for this; multilib is the old, deprecated > way of doing things and never necessary any more. Please don’t add new > multilibs. > > If you need a host64-target32 toolchain on an ILP32 system that is > capable (CPU‑ and kernel-wise) of running the corresponding LP64 > binaries, install the corresponding cross compiler from the LP64 > to the ILP32 architecture, e.g. gcc-i686-linux-gnu:amd64 for i386. >
In theory, yes. But in fact, the multiarch cross-toolchain is broken day-by-day, and is always un-installable. multiarch has also the problem that the same-version-requirement problem. It makes it is not usable in automatic jobs. > bye, > //mirabilos > -- > tarent solutions GmbH > Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/ > Tel: +49 228 54881-393 • Fax: +49 228 54881-235 > HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941 > Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg > > ********** > > Mit der tarent Academy bieten wir auch Trainings und Schulungen in den > Bereichen Softwareentwicklung, Agiles Arbeiten und Zukunftstechnologien an. > > Besuchen Sie uns auf www.tarent.de/academy. Wir freuen uns auf Ihren Kontakt. > > ********** -- YunQiang Su