]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gcc/config/mips/t-linux64
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gcc / config / mips / t-linux64
1 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
2 MULTILIB_DIRNAMES = n32 32 64
3 MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
4
5 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
6
7 TPBIT = tp-bit.c
8
9 tp-bit.c: $(srcdir)/config/fp-bit.c
10         echo '#ifdef __MIPSEL__' > tp-bit.c
11         echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
12         echo '#endif' >> tp-bit.c
13         echo '#if __LDBL_MANT_DIG__ == 113' >> tp-bit.c
14         echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
15         echo '# define TFLOAT' >> tp-bit.c
16         cat $(srcdir)/config/fp-bit.c >> tp-bit.c
17         echo '#endif' >> tp-bit.c