Hello all First I want to thanks a lot for Your advices. I changed as You told to me MULTILIB_OPTIONS = G0 mlong-calls msoft-float EL/EB mips32/mips64 MULTILIB_DIRNAMES = G0 mlong-calls soft-float el eb mips32 mips64 after rebuilding and installing gcc I got needed libraries. I will start test this and I want to thanks again for Your efforts.
Best regards Mile -----Original Message----- From: Richard Sandiford [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 10:00 PM To: [EMAIL PROTECTED] Cc: 'Eric Christopher'; gcc@gcc.gnu.org Subject: Re: Question regarding MIPS_GPREL_16 relocation "Mile Davidovic" <[EMAIL PROTECTED]> writes: > But problem is passing G0 option, if I simple put MULTILIB_OPTIONS = > G0 mlong-calls msoft-float EL/EB mips32/mips64 building library fail. If you add something to MULTILIB_OPTIONS, you need to add an entry to MULTILIB_DIRNAMES as well. (Sorry if you already knew and did that, but in that case, how did building the library fail?) Richard