comparison gcc/config/rs6000/t-rs6000 @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # General rules that all rs6000/ targets must have. 1 # General rules that all rs6000/ targets must have.
2 # 2 #
3 # Copyright (C) 1995-2018 Free Software Foundation, Inc. 3 # Copyright (C) 1995-2020 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GCC. 5 # This file is part of GCC.
6 # 6 #
7 # GCC is free software; you can redistribute it and/or modify 7 # GCC is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
33 33
34 rs6000-p8swap.o: $(srcdir)/config/rs6000/rs6000-p8swap.c 34 rs6000-p8swap.o: $(srcdir)/config/rs6000/rs6000-p8swap.c
35 $(COMPILE) $< 35 $(COMPILE) $<
36 $(POSTCOMPILE) 36 $(POSTCOMPILE)
37 37
38 rs6000-d.o: $(srcdir)/config/rs6000/rs6000-d.c
39 $(COMPILE) $<
40 $(POSTCOMPILE)
41
42 rs6000-logue.o: $(srcdir)/config/rs6000/rs6000-logue.c
43 $(COMPILE) $<
44 $(POSTCOMPILE)
45
46 rs6000-call.o: $(srcdir)/config/rs6000/rs6000-call.c
47 $(COMPILE) $<
48 $(POSTCOMPILE)
49
38 $(srcdir)/config/rs6000/rs6000-tables.opt: $(srcdir)/config/rs6000/genopt.sh \ 50 $(srcdir)/config/rs6000/rs6000-tables.opt: $(srcdir)/config/rs6000/genopt.sh \
39 $(srcdir)/config/rs6000/rs6000-cpus.def 51 $(srcdir)/config/rs6000/rs6000-cpus.def
40 $(SHELL) $(srcdir)/config/rs6000/genopt.sh $(srcdir)/config/rs6000 > \ 52 $(SHELL) $(srcdir)/config/rs6000/genopt.sh $(srcdir)/config/rs6000 > \
41 $(srcdir)/config/rs6000/rs6000-tables.opt 53 $(srcdir)/config/rs6000/rs6000-tables.opt
42 54
59 $(srcdir)/config/rs6000/power5.md \ 71 $(srcdir)/config/rs6000/power5.md \
60 $(srcdir)/config/rs6000/power6.md \ 72 $(srcdir)/config/rs6000/power6.md \
61 $(srcdir)/config/rs6000/power7.md \ 73 $(srcdir)/config/rs6000/power7.md \
62 $(srcdir)/config/rs6000/power8.md \ 74 $(srcdir)/config/rs6000/power8.md \
63 $(srcdir)/config/rs6000/power9.md \ 75 $(srcdir)/config/rs6000/power9.md \
76 $(srcdir)/config/rs6000/future.md \
64 $(srcdir)/config/rs6000/cell.md \ 77 $(srcdir)/config/rs6000/cell.md \
65 $(srcdir)/config/rs6000/a2.md \ 78 $(srcdir)/config/rs6000/a2.md \
66 $(srcdir)/config/rs6000/predicates.md \ 79 $(srcdir)/config/rs6000/predicates.md \
67 $(srcdir)/config/rs6000/constraints.md \ 80 $(srcdir)/config/rs6000/constraints.md \
68 $(srcdir)/config/rs6000/darwin.md \ 81 $(srcdir)/config/rs6000/darwin.md \