diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-26 14:47:15 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-26 14:47:15 +0000 |
commit | 487d98ee5986dd7801e05405fafd3c8e64642df7 (patch) | |
tree | 8deb0af0974e71649c1b37d9053ef2140e561130 /lto-plugin/ChangeLog | |
parent | 9c26ddefa247262dd9f8981bd0a223c150f8aa75 (diff) | |
download | gcc-487d98ee5986dd7801e05405fafd3c8e64642df7.tar.gz |
Properly set gcc_build_dir for in-tree build
PR bootstrap/62260
* Makefile.am (gcc_build_dir): Set to @gcc_build_dir@.
* configure.ac (gcc_build_dir): Set and AC_SUBST according to
$host_subdir.
* Makefile.in: Regenerated.
* configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214524 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 1b640bdc70b..632c116163c 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,12 @@ +2014-08-26 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/62260 + * Makefile.am (gcc_build_dir): Set to @gcc_build_dir@. + * configure.ac (gcc_build_dir): Set and AC_SUBST according to + $host_subdir. + * Makefile.in: Regenerated. + * configure: Likewise. + 2014-06-13 Thomas Schwinge <thomas@codesourcery.com> * configure.ac (--with-libiberty): New configure option. |