1# GP-rel: G0 only
2#
3# Endianness: EB or EL
4#
5# ABIs: mabi=32
6#	mabi=o64
7#	mabi=o64/mlong64
8#
9# FPU: (default mhard-float)
10#      msoft-float (only for mabi=32)
11#
12
13MULTILIB_EXTRA_OPTS = G0
14
15MULTILIB_OPTIONS =			\
16	EB/EL				\
17	mabi=32/mabi=o64		\
18	mips32/mips64                   \
19	mlong64/msoft-float		\
20
21MULTILIB_DIRNAMES =			\
22	eb el				\
23	o32 o64				\
24	mips32 mips64			\
25	long64 soft-float		\
26
27MULTILIB_MATCHES =			\
28	EB=meb EL=mel			\
29
30MULTILIB_EXCEPTIONS =			\
31        *mabi=32/*mlong64*		\
32
33MULTILIB_EXCLUSIONS =			\
34	mips32/!mabi=32                 \
35	mabi=32/!mips32			\
36	msoft-float/!mabi=32		\
37
38# Small multilib list for quick builds and tests.
39# Must either comment out everything above these lines, or everything below
40# these lines.
41
42#MULTILIB_OPTIONS = EB/EL msoft-float
43#MULTILIB_DIRNAMES = eb el soft-float
44#MULTILIB_MATCHES = EB=meb EL=mel
45