This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.3.6 and multilib
- From: Sergey Anosov <aserg2004 at list dot ru>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 09 Feb 2009 15:15:20 +0300
- Subject: gcc 3.3.6 and multilib
- Reply-to: Sergey Anosov <aserg2004 at list dot ru>
Dear All,
I want to use multilib (EL/EB) in mips-unknown-linux-gcc.
So when I add some lines to gcc/config/mips/t-mips, it looks like gcc uses multilib.
[root@st1 SPECS]# mips-vniins-linux-gcc -print-multi-lib
.;
el;@EL
But output of
mips-unknown-linux-gcc --print-search-dirs
and
mips-unknown-linux-gcc -mel --print-search-dirs
is the same.
Patch PR20425 from Alan Modra is for gcc 4.1.0. I've tried to apply this patch to gcc 3.3.6 source tree, but
the result was the same.
Is there any solution or patches for using multilib in gcc 3.3.6?