comparison gcc/config/t-netbsd @ 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 # Copyright (C) 2017-2018 Free Software Foundation, Inc. 1 # Copyright (C) 2017-2020 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
17 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
18 18
19 netbsd.o: $(srcdir)/config/netbsd.c 19 netbsd.o: $(srcdir)/config/netbsd.c
20 $(COMPILE) $< 20 $(COMPILE) $<
21 $(POSTCOMPILE) 21 $(POSTCOMPILE)
22
23 netbsd-d.o: $(srcdir)/config/netbsd-d.c
24 $(COMPILE) $<
25 $(POSTCOMPILE)