aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nios2/t-rtems
blob: beda8328bd211cffb7934834ac322ede729a3f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Custom RTEMS multilibs

# Reset all MULTILIB variables

MULTILIB_OPTIONS	=
MULTILIB_DIRNAMES	=
MULTILIB_EXCEPTIONS	=
MULTILIB_REUSE		=
MULTILIB_MATCHES	=
MULTILIB_REQUIRED	=

# Enumeration of multilibs

MULTILIB_OPTIONS  += mhw-mul mhw-mulx mhw-div
MULTILIB_DIRNAMES += mul mulx div

MULTILIB_OPTIONS  += mcustom-fadds=253 mcustom-fdivs=255 mcustom-fmuls=252 mcustom-fsubs=254 mcustom-fpu-cfg=fph2
MULTILIB_DIRNAMES += fadds fdivs fmuls fsubs fph2

MULTILIB_REQUIRED += mhw-mul
MULTILIB_REQUIRED += mhw-mul/mhw-mulx/mhw-div
MULTILIB_REQUIRED += mhw-mul/mhw-mulx/mhw-div/mcustom-fadds=253/mcustom-fdivs=255/mcustom-fmuls=252/mcustom-fsubs=254
MULTILIB_REQUIRED += mhw-mul/mhw-mulx/mhw-div/mcustom-fpu-cfg=fph2