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