comparison gcc/config/s390/t-s390 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Copyright (C) 2015-2017 Free Software Foundation, Inc. 1 # Copyright (C) 2015-2018 Free Software Foundation, Inc.
2 # 2 #
3 # This file is part of GCC. 3 # This file is part of GCC.
4 # 4 #
5 # GCC is free software; you can redistribute it and/or modify 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 6 # it under the terms of the GNU General Public License as published by
16 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
18 18
19 TM_H += $(srcdir)/config/s390/s390-builtins.def 19 TM_H += $(srcdir)/config/s390/s390-builtins.def
20 TM_H += $(srcdir)/config/s390/s390-builtin-types.def 20 TM_H += $(srcdir)/config/s390/s390-builtin-types.def
21 PASSES_EXTRA += $(srcdir)/config/s390/s390-passes.def
21 22
22 s390-c.o: $(srcdir)/config/s390/s390-c.c \ 23 s390-c.o: $(srcdir)/config/s390/s390-c.c \
23 $(srcdir)/config/s390/s390-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \ 24 $(srcdir)/config/s390/s390-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \
24 $(TM_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \ 25 $(TM_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \
25 $(TARGET_H) $(TARGET_DEF_H) $(CPPLIB_H) $(C_PRAGMA_H) 26 $(TARGET_H) $(TARGET_DEF_H) $(CPPLIB_H) $(C_PRAGMA_H)