Merge from mainline
[official-gcc.git] / gcc / config / mips / t-linux64
blobc96d5ed581fd86a854459d50bf7636b90c8dfc93
1 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
2 MULTILIB_DIRNAMES = n32 32 64
3 MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
5 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
7 LIB2FUNCS_EXTRA = $(srcdir)/config/fixtfdi.c $(srcdir)/config/fixunstfdi.c $(srcdir)/config/floatditf.c $(srcdir)/config/floatunditf.c
9 TPBIT = tp-bit.c
11 tp-bit.c: $(srcdir)/config/fp-bit.c
12         echo '#ifdef __MIPSEL__' > tp-bit.c
13         echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
14         echo '#endif' >> tp-bit.c
15         echo '#if __LDBL_MANT_DIG__ == 113' >> tp-bit.c
16         echo '#define QUIET_NAN_NEGATED' >> dp-bit.c
17         echo '# define TFLOAT' >> tp-bit.c
18         cat $(srcdir)/config/fp-bit.c >> tp-bit.c
19         echo '#endif' >> tp-bit.c