comparison gcc/config/mips/t-iris6 @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
2 MULTILIB_DIRNAMES=n32 32 64
3 MULTILIB_MATCHES=
4 MULTILIB_OSDIRNAMES=../lib32 ../lib ../lib64
5
6 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
8
9 TPBIT = tp-bit.c
10
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 '#define QUIET_NAN_NEGATED' >> tp-bit.c
16 echo '#if __LDBL_MANT_DIG__ == 106' >> tp-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