]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/sh/t-sh
Update copyright years.
[thirdparty/gcc.git] / gcc / config / sh / t-sh
CommitLineData
8d9254fc 1# Copyright (C) 1993-2020 Free Software Foundation, Inc.
ad41bd84
JM
2#
3# This file is part of GCC.
4#
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.
9#
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.
14#
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/>.
18
8e701300
CB
19sh-mem.o: $(srcdir)/config/sh/sh-mem.cc \
20 $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) $(TM_P_H)
21 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
22
e980df8e
TT
23sh-c.o: $(srcdir)/config/sh/sh-c.c \
24 $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) $(TM_P_H) coretypes.h
7980bfb8
ILT
25 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
26 $(srcdir)/config/sh/sh-c.c
a6ab9fc0 27
5d30dc5b
OE
28sh_treg_combine.o: $(srcdir)/config/sh/sh_treg_combine.cc \
29 $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) $(TM_P_H) coretypes.h
30 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
31
ac973375
OE
32sh_optimize_sett_clrt.o: $(srcdir)/config/sh/sh_optimize_sett_clrt.cc \
33 $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) $(TM_P_H) coretypes.h
34 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
35
aca600aa
AS
36DEFAULT_ENDIAN = $(word 1,$(TM_ENDIAN_CONFIG))
37OTHER_ENDIAN = $(word 2,$(TM_ENDIAN_CONFIG))
da28a3b9 38
aca600aa 39MULTILIB_OPTIONS= $(OTHER_ENDIAN) $(TM_MULTILIB_CONFIG)
1979c66c 40MULTILIB_DIRNAMES=
157371cf
AO
41
42# The separate entries for m2a-nofpu and m2a-single-only with
43# duplicate base libraries are there to make sure we don't ever use an
44# m4* multilib for m2a or vice-versa; they are not compatible. This
45# is why sh2a and sh2a-single need their own multilibs.
da28a3b9
JR
46MULTILIB_MATCHES = $(shell \
47 multilibs="$(MULTILIB_OPTIONS)" ; \
78d310c2
R
48 for abi in m1,m2,m3,m4-nofpu,m4-100-nofpu,m4-200-nofpu,m4-400,m4-500,m4-340,m4-300-nofpu,m4al,m4a-nofpu \
49 m1,m2,m2a-nofpu \
50 m2e,m3e,m4-single-only,m4-100-single-only,m4-200-single-only,m4-300-single-only,m4a-single-only \
407f43d7 51 m2a-single,m2a-single-only \
78d310c2 52 m4-single,m4-100-single,m4-200-single,m4-300-single,m4a-single \
bc6d9014 53 m4,m4-100,m4-200,m4-300,m4a; do \
da28a3b9
JR
54 subst= ; \
55 for lib in `echo $$abi|tr , ' '` ; do \
56 if test "`echo $$multilibs|sed s/$$lib//`" != "$$multilibs"; then \
57 subst=$$lib ; \
58 elif test x$$subst != x ; then \
59 echo $$subst=$$lib ; \
60 fi \
61 done \
62 done)
63
8ed7e5f1
OE
64# SH1 and SH2A support big endian only.
65ifeq ($(DEFAULT_ENDIAN),ml)
66MULTILIB_EXCEPTIONS = m1 ml/m1 m2a* ml/m2a* $(TM_MULTILIB_EXCEPTIONS_CONFIG)
67else
aca600aa 68MULTILIB_EXCEPTIONS = ml/m1 ml/m2a* $(TM_MULTILIB_EXCEPTIONS_CONFIG)
8ed7e5f1 69endif
aca600aa
AS
70
71MULTILIB_OSDIRNAMES = \
72 $(OTHER_ENDIAN)=!$(OTHER_ENDIAN) \
73 m1=!m1 $(OTHER_ENDIAN)/m1=!$(OTHER_ENDIAN)/m1 \
74 m2a=!m2a $(OTHER_ENDIAN)/m2a=!$(OTHER_ENDIAN)/m2a \
75 m2a-nofpu=!m2a-nofpu $(OTHER_ENDIAN)/m2a-nofpu=!$(OTHER_ENDIAN)/m2a-nofpu \
76 m2a-single-only=!m2a-single-only $(OTHER_ENDIAN)/m2a-single-only=!$(OTHER_ENDIAN)/m2a-single-only \
77 m2a-single=!m2a-single $(OTHER_ENDIAN)/m2a-single=!$(OTHER_ENDIAN)/m2a-single \
78 m2e=!m2e $(OTHER_ENDIAN)/m2e=!$(OTHER_ENDIAN)/m2e \
79 m2=!m2 $(OTHER_ENDIAN)/m2=!$(OTHER_ENDIAN)/m2 \
80 m3e=!m3e $(OTHER_ENDIAN)/m3e=!$(OTHER_ENDIAN)/m3e \
81 m3=!m3 $(OTHER_ENDIAN)/m3=!$(OTHER_ENDIAN)/m3 \
82 m4-nofpu=!m4-nofpu $(OTHER_ENDIAN)/m4-nofpu=!$(OTHER_ENDIAN)/m4-nofpu \
83 m4-single-only=!m4-single-only $(OTHER_ENDIAN)/m4-single-only=!$(OTHER_ENDIAN)/m4-single-only \
84 m4-single=!m4-single $(OTHER_ENDIAN)/m4-single=!$(OTHER_ENDIAN)/m4-single \
85 m4=!m4 $(OTHER_ENDIAN)/m4=!$(OTHER_ENDIAN)/m4 \
86 m4a-nofpu=!m4a-nofpu $(OTHER_ENDIAN)/m4a-nofpu=!$(OTHER_ENDIAN)/m4a-nofpu \
87 m4a-single-only=!m4a-single-only $(OTHER_ENDIAN)/m4a-single-only=!$(OTHER_ENDIAN)/m4a-single-only \
88 m4a-single=!m4a-single $(OTHER_ENDIAN)/m4a-single=!$(OTHER_ENDIAN)/m4a-single \
89 m4a=!m4a $(OTHER_ENDIAN)/m4a=!$(OTHER_ENDIAN)/m4a \
bc6d9014 90 m4al=!m4al $(OTHER_ENDIAN)/m4al=!$(OTHER_ENDIAN)/m4al
00f8ff66 91
e2500fed
GK
92$(out_object_file): gt-sh.h
93gt-sh.h : s-gtype ; @true
94
157371cf
AO
95# Local Variables:
96# mode: Makefile
97# End: