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: canadian cross trouble with libiberty location


> But build *isn't* equal to target; the manufacturer field differs.
> Or is that field ignored here?  That'd be sad; that trick has been
> really handy for building cross-compilers.

Perhaps the canonicalization step made them the same?  We have both
$build and $build_alias, $target and $target_alias, if the wrong ones
(or the "right" ones) were compared, the vendor field might be
ignored.  That's why I suggested the CPU field instead.

The system doesn't do much with the $build string, you can experiment
with wildly different strings there and see what happens.


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