diff options
author | H.J. Lu <hjl@lucon.org> | 2001-10-22 00:40:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2001-10-22 00:40:48 +0000 |
commit | dbc4619a97b41a394536caa75463be426b8fd971 (patch) | |
tree | 966b1f0ae018f76982bf5286fdfb5fddef140d7d /bfd/configure.in | |
parent | b43bc481bd3a870c7a6e3c50844458fd602d0d12 (diff) | |
download | gdb-dbc4619a97b41a394536caa75463be426b8fd971.tar.gz |
2001-10-21 H.J. Lu <hjl@gnu.org>
* configure.in (WIN32LIBADD): Include -L../libiberty/pic -liberty
if shared library is enabled only for Linux hosts.
* configure: Rebuild.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 728811c2c7d..042cf18fb4a 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -410,7 +410,7 @@ case "${host}" in WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32" fi ;; -*) +*-*-linux*) # We borrow WIN32LIBADD so that the shared libbfd won't depend on # libiberty.a. PICFLAG= |