OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [config/] [mips/] [t-iris6] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 282 jeremybenn
# 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
# .
19
 
20
MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
21
MULTILIB_DIRNAMES=n32 32 64
22
MULTILIB_MATCHES=
23
MULTILIB_OSDIRNAMES=../lib32 ../lib ../lib64
24
 
25
LIBGCC = stmp-multilib
26
INSTALL_LIBGCC = install-multilib
27
 
28
TPBIT = tp-bit.c
29
 
30
tp-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
34
        echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.