mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 23:11:25 +08:00
Add LTO to boot language if it is enabled.
2010-10-20 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/45954 * config-lang.in (boot_language): Set to $enable_lto. From-SVN: r165721
This commit is contained in:
parent
2298ade7e5
commit
703cdce3f5
@ -1,3 +1,8 @@
|
||||
2010-10-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR bootstrap/45954
|
||||
* config-lang.in (boot_language): Set to $enable_lto.
|
||||
|
||||
2010-10-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR lto/45638
|
||||
|
@ -30,3 +30,6 @@ gtfiles="\$(srcdir)/lto/lto-tree.h \$(srcdir)/lto/lto-lang.c \$(srcdir)/lto/lto.
|
||||
# enabling this "language". To enable LTO functionality, use
|
||||
# --enable-lto when configuring the compiler.
|
||||
build_by_default=no
|
||||
|
||||
# Add LTO to boot language if it is enabled.
|
||||
boot_language=$enable_lto
|
||||
|
Loading…
x
Reference in New Issue
Block a user