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: Eric Christopher <echristo at redhat dot com>
- To: mile dot davidovic at micronasnit dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 29 Mar 2005 11:02:19 -0800
- Subject: RE: Question regarding MIPS_GPREL_16 relocation
- References: <200503291015.j2TAFjLA030207@krt.neobee.net>
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