diff options
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/binutils/configure b/binutils/configure index ad3948c..0fc173b 100755 --- a/binutils/configure +++ b/binutils/configure @@ -13538,14 +13538,18 @@ cat >>confdefs.h <<_ACEOF _ACEOF -# Use the system's zlib library. -zlibdir=-L../zlib -zlibinc="-I\$(srcdir)/../zlib" +# Link in zlib if we can. This allows us to read compressed debug +# sections. This is used only by readelf.c (objdump uses bfd for +# reading compressed sections). + + # Use the system's zlib library. + zlibdir=-L../zlib + zlibinc="-I\$(srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : withval=$with_system_zlib; zlibdir= -zlibinc= + zlibinc= fi @@ -13553,6 +13557,7 @@ fi + case "${host}" in *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*) |