This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
zlib multilib on host?
- To: Alexandre Oliva <aoliva at redhat dot com>, Anthony Green <green at cygnus dot com>
- Subject: zlib multilib on host?
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 06 Sep 2000 13:57:15 -0400
- cc: gcc at gcc dot gnu dot org
By default, zlib configures as multilib. Why is this correct for
the gcc bulid and host? The compiler will not itself be built as a
multilib and the multilibs of the bootstrap compiler do not necessary
correspond to the multilibs of the target.
I could understand zlib configuring as multilib when building the
target multilib libraries (in the target library directory of the object
tree), but not the top-level object tree directory.
What is going on?
Thanks, David