]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/mips/t-iris6
ABOUT-GCC-NLS, [...]: Add copyright and license notices.
[thirdparty/gcc.git] / gcc / config / mips / t-iris6
CommitLineData
ad41bd84
JM
1# Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
2# 2006 Free Software Foundation, Inc.
3#
4# This file is part of GCC.
5#
6# GCC is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3, or (at your option)
9# any later version.
10#
11# GCC is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with GCC; see the file COPYING3. If not see
18# <http://www.gnu.org/licenses/>.
19
c4740d5d 20MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
37e30acc 21MULTILIB_DIRNAMES=n32 32 64
2ec6afdd 22MULTILIB_MATCHES=
37e30acc 23MULTILIB_OSDIRNAMES=../lib32 ../lib ../lib64
2ec6afdd
JW
24
25LIBGCC = stmp-multilib
26INSTALL_LIBGCC = install-multilib
fe1fd353 27
8a381273
AO
28TPBIT = tp-bit.c
29
30tp-bit.c: $(srcdir)/config/fp-bit.c
31 echo '#ifdef __MIPSEL__' > tp-bit.c
32 echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
33 echo '#endif' >> tp-bit.c
58368ea7 34 echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
8a381273
AO
35 echo '#if __LDBL_MANT_DIG__ == 106' >> tp-bit.c
36 echo '# define TFLOAT' >> tp-bit.c
37 cat $(srcdir)/config/fp-bit.c >> tp-bit.c
38 echo '#endif' >> tp-bit.c