aboutsummaryrefslogtreecommitdiff
path: root/config/arch/mips.in.2
Commit message (Collapse)AuthorAgeFilesLines
* mips: allow o32 ABI as default for multilibAlexey Neyman2016-08-231-1/+1
| | | | | | ... since n32 and n64 are going to get built as well. Signed-off-by: Alexey Neyman <stilor@att.net>
* arch/mips: add option for MIPS ABIsYann E. MORIN"2010-09-121-0/+38
This adds selection for one of the o32, n32 and n64 ABIs. Later, we can easily use those boolean options, rather than relying on a user-supplied string option. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>