Merge from the pain train
[official-gcc.git] / gcc / config / mips / t-iris6
blob254480cb43f54cf330538246471fdfbfbc39a367
1 MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
2 MULTILIB_DIRNAMES=n32 32 64
3 MULTILIB_MATCHES=
4 MULTILIB_OSDIRNAMES=../lib32 ../lib ../lib64
6 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
9 LIB2FUNCS_EXTRA = $(srcdir)/config/mips/_tilib.c
11 TPBIT = tp-bit.c
13 tp-bit.c: $(srcdir)/config/fp-bit.c
14         echo '#ifdef __MIPSEL__' > tp-bit.c
15         echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
16         echo '#endif' >> tp-bit.c
17         echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
18         echo '#if __LDBL_MANT_DIG__ == 106' >> tp-bit.c
19         echo '# define TFLOAT' >> tp-bit.c
20         cat $(srcdir)/config/fp-bit.c >> tp-bit.c
21         echo '#endif' >> tp-bit.c