comparison gcc/lto/config-lang.in @ 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 # Top level configure fragment for LTO 1 # Top level configure fragment for LTO
2 # Copyright (C) 2009-2018 Free Software Foundation, Inc. 2 # Copyright (C) 2009-2020 Free Software Foundation, Inc.
3 3
4 #This file is part of GCC. 4 #This file is part of GCC.
5 5
6 #GCC is free software; you can redistribute it and/or modify 6 #GCC is free software; you can redistribute it and/or modify
7 #it under the terms of the GNU General Public License as published by 7 #it under the terms of the GNU General Public License as published by
18 # <http://www.gnu.org/licenses/>. 18 # <http://www.gnu.org/licenses/>.
19 19
20 language="lto" 20 language="lto"
21 compilers="lto1\$(exeext)" 21 compilers="lto1\$(exeext)"
22 22
23 gtfiles="\$(srcdir)/lto/lto-tree.h \$(srcdir)/lto/lto-lang.c \$(srcdir)/lto/lto.c \$(srcdir)/lto/lto.h" 23 gtfiles="\$(srcdir)/lto/lto-tree.h \$(srcdir)/lto/lto-lang.c \$(srcdir)/lto/lto.c \$(srcdir)/lto/lto.h \$(srcdir)/lto/lto-common.h \$(srcdir)/lto/lto-common.c \$(srcdir)/lto/lto-dump.c"
24 24
25 # LTO is a special front end. From a user's perspective it is not 25 # LTO is a special front end. From a user's perspective it is not
26 # really a language, but a middle end feature. However, the GIMPLE 26 # really a language, but a middle end feature. However, the GIMPLE
27 # reading module is implemented as a front end, so enabling LTO means 27 # reading module is implemented as a front end, so enabling LTO means
28 # enabling this "language". To enable LTO functionality, use 28 # enabling this "language". To enable LTO functionality, use