diff options
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 7794d3b..c3e16cc 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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. |