On 22/08/11 11:33, Matthias Klose wrote:
If I understand the code correctly, this comes from the hard setting of MULTILIB_DEFAULTS in the arm target. If you look at mips, you see
#ifndef MULTILIB_DEFAULTS #define MULTILIB_DEFAULTS \ { MULTILIB_ENDIAN_DEFAULT, MULTILIB_ISA_DEFAULT, MULTILIB_ABI_DEFAULT } #endif
which records the proper selected defaults.
Should something similiar be done for arm?
We seem to have no problem build a compiler that defaults to thumb by using --with-mode=thumb. How does that work?
Andrew