Update Copyright years for files modified in 2010.
[official-gcc.git] / gcc / config / iq2000 / t-iq2000
blob0f28f7458c06fc967add75cd5321add14a7e3b2b
1 # Copyright (C) 2003, 2010 Free Software Foundation, Inc.
3 # This file is part of GCC.
5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
10 # GCC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
19 # Suppress building libgcc1.a, since the MIPS compiler port is complete
20 # and does not need anything from libgcc1.a.
21 LIBGCC1 =
22 CROSS_LIBGCC1 =
24 LIB2FUNCS_EXTRA = $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c $(srcdir)/config/udivmodsi4.c $(srcdir)/config/iq2000/lib2extra-funcs.c
26 # We want fine grained libraries, so use the new code to build the
27 # floating point emulation libraries.
28 FPBIT = fp-bit.c
29 DPBIT = dp-bit.c
31 fp-bit.c: $(srcdir)/config/fp-bit.c
32         echo '#define FLOAT'                            > fp-bit.c
33         cat $(srcdir)/config/fp-bit.c                   >> fp-bit.c
35 dp-bit.c: $(srcdir)/config/fp-bit.c
36         cat $(srcdir)/config/fp-bit.c > dp-bit.c
38 # Enable the following if multilibs are needed.
39 # See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
40 # description of the options and their values.
42 # MULTILIB_OPTIONS    = 
43 # MULTILIB_DIRNAMES   = 
44 # MULTILIB_MATCHES    =
45 # MULTILIB_EXCEPTIONS =
46 # MULTILIB_EXTRA_OPTS = 
48 # LIBGCC = stmp-multilib
49 # INSTALL_LIBGCC = install-multilib