Hello all If I modified MULTILIB_OPTIONS like this ( I added mlong-calls ) MULTILIB_OPTIONS = mlong-calls msoft-float EL/EB mips32/mips64 I could rebuild all libraries.
But problem is passing G0 option, if I simple put MULTILIB_OPTIONS = G0 mlong-calls msoft-float EL/EB mips32/mips64 building library fail. Thanks a lot best regards Mile -----Original Message----- From: Eric Christopher [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 9:02 PM To: [EMAIL PROTECTED] Cc: gcc@gcc.gnu.org Subject: RE: Question regarding MIPS_GPREL_16 relocation On Tue, 2005-03-29 at 11:08 +0200, Mile Davidovic wrote: > Hell all > But where I have to look? > I could easily change libstdc++v3 -> Makefile.am (AM_MAKEFLAGS) and > regenerate all but I am not shure is it good way to do it. For mips-elf you'll want to look in gcc/config/mips/t-elf. gcc/config.gcc has the multilib makefile fragment used for each target. -eric