comparison gcc/lto/config-lang.in @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 # Top level configure fragment for LTO 1 # Top level configure fragment for LTO
2 # Copyright (C) 2009 2 # Copyright (C) 2009, 2010
3 # Free Software Foundation, Inc. 3 # 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
28 # really a language, but a middle end feature. However, the GIMPLE 28 # really a language, but a middle end feature. However, the GIMPLE
29 # reading module is implemented as a front end, so enabling LTO means 29 # reading module is implemented as a front end, so enabling LTO means
30 # enabling this "language". To enable LTO functionality, use 30 # enabling this "language". To enable LTO functionality, use
31 # --enable-lto when configuring the compiler. 31 # --enable-lto when configuring the compiler.
32 build_by_default=no 32 build_by_default=no
33
34 # Add LTO to boot language if it is enabled.
35 boot_language=$enable_lto