Your message dated Tue, 21 Jul 2009 13:43:10 -0400
with message-id <4a65fe2e.2020...@debian.org>
and subject line Re: Too hard to build compilers with multiarch support from
patched source
has caused the Debian Bug report #484589,
regarding Too hard to build compilers with multiarch support from patched source
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
484589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.3-source
Version: 4.3.0-5
Severity: wishlist
With a patched version of gcc-4.3 from the gcc-4.3-source package, I had a
very hard time figuring out how to build the compiler for amd64 to
support -m64/-m32 and build all the appropriate libraries. From what I've
figured out, I need to set TARGET64_MACHINE and TARGET32_MACHINE to
appropriate values, and set biarch_multidir_names to a list including at
least libgcc; and I might still have missed other things. It would make my
life much easier if I could just pass a flag something like --enable-multilib
to the configure call and it would handle all that automatically.
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
Version: 4.3.3-9
There is now --enable-multiarch available.
--- End Message ---