mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Fix name of --enable-install-libbfd switch.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-24 Charles Lepple clepple.ghz.cc
|
||||||
|
|
||||||
|
* aclocal.m4: Fix name of --enable-install-libbfd switch.
|
||||||
|
|
||||||
2003-01-23 Nick Clifton <nickc@redhat.com>
|
2003-01-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* Add sh2e support:
|
* Add sh2e support:
|
||||||
|
2
bfd/aclocal.m4
vendored
2
bfd/aclocal.m4
vendored
@ -139,7 +139,7 @@ AC_SUBST(INTLLIBS)
|
|||||||
AC_DEFUN([AM_INSTALL_LIBBFD],
|
AC_DEFUN([AM_INSTALL_LIBBFD],
|
||||||
[AC_MSG_CHECKING([whether to install libbfd])
|
[AC_MSG_CHECKING([whether to install libbfd])
|
||||||
AC_ARG_ENABLE(install-libbfd,
|
AC_ARG_ENABLE(install-libbfd,
|
||||||
[ --install-libbfd controls installation of libbfd and related headers],
|
[ --enable-install-libbfd controls installation of libbfd and related headers],
|
||||||
install_libbfd_p=$enableval,
|
install_libbfd_p=$enableval,
|
||||||
if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
|
if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
|
||||||
install_libbfd_p=yes
|
install_libbfd_p=yes
|
||||||
|
Reference in New Issue
Block a user