This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: multiple targets


Joe deBlaquiere wrote:
> 
> You should edit the file bfd/config.bfd and add aout_arm_big_vec OR
> aout_arm_little_vec to the list of optional targets for the arm-*-elf rule.
> The optional targets are specified via the targ_selvecs="... " line.

 This shouldn't be necessary. Just using the well-known:

   --enable-targets=arm-elf,arm-aout

should provide the support for both... Perhaps the default target must
be mentioned (otherwise the host format will be that). So the:

   --target=arm-elf --enable-targets=arm-aout

or vice versa could be better...

Cheers, Kai

> 
> > -----Original Message-----
> > From: crossgcc-owner@sources.redhat.com
> > [mailto:crossgcc-owner@sources.redhat.com]On Behalf Of Greg Shubin
> > Sent: Thursday, September 07, 2000 3:40 PM
> > To: crossgcc@sources.redhat.com
> > Subject: multiple targets
> >
> >
> > I am hoping to use objcopy to achieve an elf-to-aout
> > converter. I built binutils
> > for arm-elf and arm-aout, but neither one recognizes the other (i.e.
> > 'arm-elf-objdump -i' doesn't list aout and 'arm-aout-objdump
> > -i' doesn't list
> > elf).
> >
> > Is it possible to build for both formats at the same time,
> > and will it accomplish
> > what I want?


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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