diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-10-07 21:04:47 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-10-07 21:04:47 +0000 |
commit | 39604ffed72a746fa68dfe473b4531750452bf61 (patch) | |
tree | 47f1f1657af62d71a1b3f19b161d599eff135458 /gcc | |
parent | 1cd0b7167ed9b43b189c39549d8165a020aee9b6 (diff) | |
download | gcc-39604ffed72a746fa68dfe473b4531750452bf61.zip gcc-39604ffed72a746fa68dfe473b4531750452bf61.tar.gz gcc-39604ffed72a746fa68dfe473b4531750452bf61.tar.bz2 |
config.host: Update copyright year.
* config.host: Update copyright year.
From-SVN: r165134
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.host | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b50b65..588172b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com> + * config.host: Update copyright year. + +2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com> + * config.host (host_lto_plugin_soname): New shell variable. * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above. * config.in: Regenerate. diff --git a/gcc/config.host b/gcc/config.host index c035a50..5b56f83 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -1,6 +1,6 @@ # GCC host-specific configuration file. -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, +# 2010 Free Software Foundation, Inc. #This file is part of GCC. |