mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* configure.tgt: Set build_rdi_share to "yes" on those targets
that use that debugging protocol. Set build_nlm to yes to build NLM stub for Netware targets. * configure.ac: If build_rdi_share is "yes", then configure the rdi-share subdirectory. If build_nlm is "yes", the configure the "nlm" subdirectory. * configure: Regenerated.
This commit is contained in:
@@ -1508,6 +1508,17 @@ if test "x$target" = "x$host"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# We build rdi-share on ARM-based targets, as instructed by configure.tgt.
|
||||
if test "x$build_rdi_share" = xyes; then
|
||||
AC_CONFIG_SUBDIRS(rdi-share)
|
||||
fi
|
||||
|
||||
# We configure the nlm subdirectory on netware targets, as instructed
|
||||
# by configure.tgt.
|
||||
if test "x$build_nlm" = xyes; then
|
||||
AC_CONFIG_SUBDIRS(nlm)
|
||||
fi
|
||||
|
||||
# If hostfile (XM_FILE) and/or targetfile (DEPRECATED_TM_FILE) and/or
|
||||
# nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
|
||||
# to an empty version.
|
||||
|
||||
Reference in New Issue
Block a user