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: committed: merge with libada-branch


On Tue, Feb 10, 2004 at 12:05:17PM -0800, Zack Weinberg wrote:
> Daniel Jacobowitz <drow@mvista.com> writes:
> 
> > On Tue, Feb 10, 2004 at 11:56:17AM -0800, Zack Weinberg wrote:
> >> The set of multilibs is determined entirely by the target
> >> architecture.  Building a cross compiler to just about any
> >> embedded target (mips-elf for example) will involve multilibs.
> >
> > You can also build them for an i386 native if you prefer.  GCC will
> > happily build multilibs for anything you choose to specify; you could
> > probably multilib on -g if you wanted to.
> 
> I was trying for a suggestion that didn't involve mucking with
> t-fragments, or have I missed something?

Nope.  The mucking is pretty straightforward though.

MULTILIB_OPTIONS = g
MULTILIB_DIRNAMES = g

is probably all that is necessary.  Not even sure about the second
line.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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