From 39f3de7c43926181f8f2f57bfa17d4fe9e5748a0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 2 Apr 2015 05:41:50 -0700 Subject: 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. --- gas/ChangeLog | 4 ++++ gas/configure | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 2fa2313..1cdc6f1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-04-02 H.J. Lu + + * configure: Regenerated. + 2015-04-01 Evandro Menezes * config/tc-aarch64.c: Add support for Samsung Exynos M1. diff --git a/gas/configure b/gas/configure index 67cf1dc..cb33d03 100755 --- a/gas/configure +++ b/gas/configure @@ -14324,8 +14324,8 @@ esac # Link in zlib if we can. This allows us to write compressed debug 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 : -- cgit v1.1