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]

RE: Question regarding MIPS_GPREL_16 relocation


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:echristo@redhat.com] 
Sent: Tuesday, March 29, 2005 9:02 PM
To: mile.davidovic@micronasnit.com
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


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