mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
* configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency to be ../bfd/libbfd.la.
* configure: Regenerate.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2007-10-08 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency
|
||||
to be ../bfd/libbfd.la.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (dis386_twobyte): Add getsec.
|
||||
|
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@ -11445,7 +11445,7 @@ if test "$enable_shared" = "yes"; then
|
||||
;;
|
||||
*)
|
||||
SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so"
|
||||
SHARED_DEPENDENCIES="`pwd`/../bfd/.libs/libbfd.la"
|
||||
SHARED_DEPENDENCIES="../bfd/libbfd.la"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
@ -109,7 +109,7 @@ if test "$enable_shared" = "yes"; then
|
||||
;;
|
||||
*)
|
||||
SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so"
|
||||
SHARED_DEPENDENCIES="`pwd`/../bfd/.libs/libbfd.la"
|
||||
SHARED_DEPENDENCIES="../bfd/libbfd.la"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Reference in New Issue
Block a user