diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:41:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:45:03 -0700 |
commit | 39f3de7c43926181f8f2f57bfa17d4fe9e5748a0 (patch) | |
tree | 64109d11d33ed48318326aaa8aacf1e38cc1fc32 /gold | |
parent | 7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb (diff) | |
download | gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.zip gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.gz gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.bz2 |
Regenerate configure in bfd/binutils/gas/gdb/gold
bfd/
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gdb/
* Makefile.in (top_srcdir): New.
* configure: Regenerated.
gold/
* configure: Regenerated.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rwxr-xr-x | gold/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 6a84355..ea4390e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2015-04-02 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2015-04-01 Ilya Tocar <ilya.tocar@intel.com> PR gold/17640 diff --git a/gold/configure b/gold/configure index d082ffe..a005a75 100755 --- a/gold/configure +++ b/gold/configure @@ -6876,8 +6876,8 @@ fi # Link in zlib if we can. This allows us to write compressed sections. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : |