Original commit message from CVS:
define HOST_CPU
+2005-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * m4/gst-arch.m4:
+ define HOST_CPU
+
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
* check.mak:
dnl GST_ARCH
dnl sets up defines and automake conditionals for host architecture
dnl checks endianness
+dnl defines HOST_CPU
AC_DEFUN([GST_ARCH],
[
AC_DEFINE_UNQUOTED(HAVE_UNALIGNED_ACCESS, 1,
[defined if unaligned memory access works correctly])
fi
+ AC_DEFINE_UNQUOTED(HOST_CPU, "$host_cpu", [the host CPU])
])