OSDN Git Service

aad972a2575d632530d8c96f034d3459a60b6526
[pf3gnuchains/gcc-fork.git] / gcc / config / m32c / t-m32c
1 # Target Makefile Fragment for R8C/M16C/M32C
2 # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011
3 # Free Software Foundation, Inc.
4 # Contributed by Red Hat.
5 #
6 # This file is part of GCC.
7 #
8 # GCC is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published
10 # by the Free Software Foundation; either version 3, or (at your
11 # option) any later version.
12 #
13 # GCC is distributed in the hope that it will be useful, but WITHOUT
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
16 # License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with GCC; see the file COPYING3.  If not see
20 # <http://www.gnu.org/licenses/>.
21
22 LIB2FUNCS_EXTRA = $(srcdir)/config/m32c/m32c-lib2.c $(srcdir)/config/m32c/m32c-lib2-trapv.c
23
24 # target-specific files
25
26 md_file = md
27
28 MD_FILES = m32c predicates addsub bitops blkmov cond jump minmax mov muldiv prologue shift
29
30 # Doing it this way lets the gen* programs report the right line numbers.
31
32 md : $(MD_FILES:%=$(srcdir)/config/m32c/%.md) $(srcdir)/config/m32c/t-m32c
33         for md in $(MD_FILES); do \
34           echo "(include \"$(srcdir)/config/m32c/$$md.md\")"; \
35         done > md
36
37 m32c-pragma.o: $(srcdir)/config/m32c/m32c-pragma.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_H)
38         $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
39
40 # We support four CPU series, but R8C and M16C share one multilib, and
41 # M32C and M32CM share another.
42
43 MULTILIB_OPTIONS = mcpu=m32cm
44 MULTILIB_DIRNAMES = m32cm
45 MULTILIB_MATCHES = mcpu?m32cm=mcpu?m32c mcpu?r8c=mcpu?m16c