2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / mips / t-iris6
blobe6713106dba26f051d8f8f4d97fb2a7ef9ec5bed
1 # ??? If no mabi=X option given, but a mipsX option is, then should deal
2 # with that.
3 MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
4 MULTILIB_DIRNAMES=
5 MULTILIB_MATCHES=
6 MULTILIB_OSDIRNAMES=. mabi=32 mabi=64
8 LIBGCC = stmp-multilib
9 INSTALL_LIBGCC = install-multilib
11 # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
12 # end labels to the .ctors and .dtors section when we link using gcc.
13 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o
15 CRTSTUFF_T_CFLAGS=-g1
17 LIB2FUNCS_EXTRA = $(srcdir)/config/mips/_tilib.c
19 TPBIT = tp-bit.c
21 tp-bit.c: $(srcdir)/config/fp-bit.c
22         echo '#ifdef __MIPSEL__' > tp-bit.c
23         echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
24         echo '#endif' >> tp-bit.c
25         echo '#define QUIET_NAN_NEGATED' >> dp-bit.c
26         echo '#if __LDBL_MANT_DIG__ == 106' >> tp-bit.c
27         echo '# define TFLOAT' >> tp-bit.c
28         cat $(srcdir)/config/fp-bit.c >> tp-bit.c
29         echo '#endif' >> tp-bit.c