comparison gcc/lto/config-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 # Top level configure fragment for LTO 1 # Top level configure fragment for LTO
2 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 2 # Copyright (C) 2009-2018 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
17 # along with GCC; see the file COPYING3. If not see 17 # along with GCC; see the file COPYING3. If not see
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 stagestuff="lto1\$(exeext)"
23 22
24 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"
25 24
26 # 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
27 # really a language, but a middle end feature. However, the GIMPLE 26 # really a language, but a middle end feature. However, the GIMPLE