]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/arc/t-arc
[ARC] New CPU C-define handler.
[thirdparty/gcc.git] / gcc / config / arc / t-arc
1 # GCC Makefile fragment for Synopsys DesignWare ARC.
2 #
3 # Copyright (C) 2016 Free Software Foundation, Inc.
4 #
5 # This file is part of GCC.
6 #
7 # GCC is free software; you can redistribute it and/or modify it under the
8 # terms of the GNU General Public License as published by the Free Software
9 # Foundation; either version 3, or (at your option) any later version.
10 #
11 # GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14 # details.
15 #
16 # You should have received a copy of the GNU General Public License along
17 # with GCC; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>.
19
20 TM_H += $(srcdir)/config/arc/arc-c.def
21
22 arc-c.o: $(srcdir)/config/arc/arc-c.c $(CONFIG_H) $(SYSTEM_H) \
23 $(TREE_H) $(TM_H) $(TM_P_H) coretypes.h
24 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
25 $(srcdir)/config/arc/arc-c.c
26
27 # Local Variables:
28 # mode: Makefile
29 # End: