mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-10-21 H.J. Lu <hjl@gnu.org>
|
2001-10-21 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* configure.in (WIN32LIBADD): Check if PICFLAG is defined in
|
* configure.in (WIN32LIBADD): Check if PICFLAG is defined in
|
||||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -5819,7 +5819,7 @@ case "${host}" in
|
|||||||
WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*-*-linux*)
|
||||||
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
|
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
|
||||||
# libiberty.a.
|
# libiberty.a.
|
||||||
PICFLAG=
|
PICFLAG=
|
||||||
|
@ -410,7 +410,7 @@ case "${host}" in
|
|||||||
WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*-*-linux*)
|
||||||
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
|
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
|
||||||
# libiberty.a.
|
# libiberty.a.
|
||||||
PICFLAG=
|
PICFLAG=
|
||||||
|
Reference in New Issue
Block a user