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: Current state of MIPS16 support?



> Can you give me more specific directions on how to build gcc with
> the mips16 multilib? Configure for target mips-linux and
> change t-elf like this?
> 

glibc doesn't support multilibs so you may run into problems here.

>   MULTILIB_OPTIONS = mips16/no-mips16
>   MULTILIB_DIRNAMES = mips16 mips
>   MULTILIB_MATCHES =
> 

I'd suggest just moving the mips16 bits from t-elf into your local copy
of t-linux and just using -mips16 for the userland code.

-eric

-- 
Written using state-of-the-rat
technology.


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