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. [r...@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?