gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index 4ce79188929c516993189c10693a01e1018c4776..456a1f76b6ce76a7c8f95549954409fea4cb775a 100644 (file)
@@ -53,6 +53,9 @@ else
 fi
 GDB_AC_LIBMCHECK(${libmcheck_default})
 
+ACX_NONCANONICAL_TARGET
+ACX_NONCANONICAL_HOST
+
 # Dependency checking.
 ZW_CREATE_DEPDIR
 ZW_PROG_COMPILER_DEPENDENCIES([CC])
@@ -483,14 +486,6 @@ 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)
This page took 0.023598 seconds and 4 git commands to generate.