[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patches] MIPS: mips64: Allow configuration triplet to be mipsisa64*



Joseph S. Myers a écrit :
On Sun, 23 Aug 2009, Gaye Abdoulaye Walsimou wrote:

This proposal little patch allows configuration triplet to be mipsisa64*
for mips64, as gcc-4.4.1 allows
triplets like mipsisa64*-*-linux*.

At present there are many other cases where the configure triplet for glibc may need to be different from that for GCC; you can have multilib configurations for IA32 and x86_64 GNU/Linux but need to use the appropriate triplet for glibc, and likewise on Power and SPARC, to give a few examples. Do we want to allow all these variants in EGLIBC? On the whole I think there are too many triplets and it would be better just to use mips- as the machine name with appropriate configure options.

Ok thanks