This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc 3.3.6 and multilib


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]