This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Question regarding MIPS_GPREL_16 relocation
- From: "Mile Davidovic" <mile dot davidovic at micronasnit dot com>
- To: "'Richard Sandiford'" <rsandifo at redhat dot com>
- Cc: "'Eric Christopher'" <echristo at redhat dot com>, <gcc at gcc dot gnu dot org>
- Date: Wed, 6 Apr 2005 16:50:29 +0200
- Subject: RE: Question regarding MIPS_GPREL_16 relocation
- Organization: MicronasNIT
- Reply-to: <mile dot davidovic at micronasnit dot com>
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:rsandifo@redhat.com]
Sent: Monday, April 04, 2005 10:00 PM
To: mile.davidovic@micronasnit.com
Cc: 'Eric Christopher'; gcc@gcc.gnu.org
Subject: Re: Question regarding MIPS_GPREL_16 relocation
"Mile Davidovic" <mile.davidovic@micronasnit.com> 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