comparison gcc/go/Make-lang.in @ 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 # Make-lang.in -- Top level -*- makefile -*- fragment for gcc Go frontend. 1 # Make-lang.in -- Top level -*- makefile -*- fragment for gcc Go frontend.
2 2
3 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 3 # Copyright (C) 2009-2018 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
137 137
138 lang_checks += check-go 138 lang_checks += check-go
139 lang_checks_parallelized += check-go 139 lang_checks_parallelized += check-go
140 check_go_parallelize = 10 140 check_go_parallelize = 10
141 141
142 # No go-specific selftests
143 selftest-go:
144
142 # Install hooks. 145 # Install hooks.
143 146
144 go.install-common: installdirs 147 go.install-common: installdirs
145 -rm -f $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext) 148 -rm -f $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext)
146 $(INSTALL_PROGRAM) gccgo$(exeext) $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext) 149 $(INSTALL_PROGRAM) gccgo$(exeext) $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext)