Hi,
I want to use both native binutils and cross binutils on one computer.
I use Red Hat 6.1 with binutils-2.9.1.0.23
Problem is, that the cross-build of that binutils package (for arm
development) does overwrite some files.
What I want to have is a way to build "plug-in" packages that can add
cross-dev support packages one at a time, so a solution of supporting 2
fixed targets is not the way I want.
I've seen a solution of moving all duplicate files to another directory and
using a wrapper script for the cross-tools to let them find the proper
files. Is this a good idea? At least you can cleanly add 1 or more targets
Another solution i can think of, is building a version of binutils that
supports all targets in libiberty (and others?) and then building packages
that only add the 'different' files (e.g. <target>-ld etc..)
What's your opinion about this?
Bas.