diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:58:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:59:04 -0700 |
commit | f24173ebf754866d4a1881a28dc2c07062c119d7 (patch) | |
tree | e45d9421f6d0ba52848cbd5571e967740f97290d /ld/configure.ac | |
parent | 0138187e9fc351c6d4615bbe2ab020a3ac646b50 (diff) | |
download | gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.zip gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.gz gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.bz2 |
Remove --with-zlib from ld
This patch removes --with-zlib from ld.
ld/
* configure.ac (AM_ZLIB): Removed.
* Makefile.in: Regenerated.
* config.in: Likewise.
* configure: Likewise.
ld/testsuite/
* ld-bootstrap/bootstrap.exp (extralibs): Add -lz.
Diffstat (limited to 'ld/configure.ac')
-rw-r--r-- | ld/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/configure.ac b/ld/configure.ac index e926c03..a885b7b 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -239,10 +239,6 @@ BFD_BINARY_FOPEN AC_CHECK_DECLS([strstr, free, sbrk, getenv, environ]) -# Link in zlib if we can. This is needed only for the bootstrap tests -# right now, since those tests use libbfd, which depends on zlib. -AM_ZLIB - # When converting linker scripts into strings for use in emulation # files, use astring.sed if the compiler supports ANSI string # concatenation, or ostring.sed otherwise. This is to support the |