diff options
Diffstat (limited to 'gdb/gdbserver/configure.ac')
-rw-r--r-- | gdb/gdbserver/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index b9928d7..c983d41 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -471,6 +471,14 @@ if test x"$STDINT_H" != x; then fi AC_SUBST(GNULIB_STDINT_H) +# For --version, we want to the print --host/--target exactly +# as passed to configure. But if those were not specified, then +# print the canonical host/target. +version_host=${host_alias:-$host} +version_target=${target_alias:-$target} +AC_SUBST(version_host) +AC_SUBST(version_target) + AC_OUTPUT(Makefile, [case x$CONFIG_HEADERS in xconfig.h:config.in) |