On Tue, 27 Feb 2001, Sean 'Shaleh' Perry wrote: > There has not been a consensus on several issues I have raised here: > > what to do about cross-compiler directories? Do they belong in /usr/${arch}?
I think they do. GCC explains how to build a cross-compiler, and it says /usr/local/${arch}, so /usr/${arch} would be the FHS-ish "standard". That's what every cross compiler in Debian uses, and what every cross compiler user expects. If FHS says otherwise I would say FHS is wrong.