From c73793f7022cbc8ffd39f9c0b0587078f47c0b06 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 2 Dec 2002 19:08:39 +0000 Subject: [PATCH] Add the rest of cpus supported by Debian Original commit message from CVS: Add the rest of cpus supported by Debian --- m4/as-version.m4 | 1 + m4/gst-arch.m4 | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/m4/as-version.m4 b/m4/as-version.m4 index 72e5142..bf891c8 100644 --- a/m4/as-version.m4 +++ b/m4/as-version.m4 @@ -50,6 +50,7 @@ AC_DEFUN(AS_VERSION, AC_SUBST([$2]_MAJOR) AC_SUBST([$2]_MINOR) AC_SUBST([$2]_MICRO) + AC_SUBST([$2]_NANO) AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define the package name]) AC_SUBST(PACKAGE) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Define the version]) diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4 index 7fa316e..8a1bae6 100644 --- a/m4/gst-arch.m4 +++ b/m4/gst-arch.m4 @@ -15,7 +15,7 @@ x86]) esac ;; xpowerpc) HAVE_CPU_PPC=yes AC_DEFINE(HAVE_CPU_PPC, 1, [Define if the target CPU is a -PPC]) ;; +PowerPC]) ;; xalpha) HAVE_CPU_ALPHA=yes AC_DEFINE(HAVE_CPU_ALPHA, 1, [Define if the target CPU is an Alpha]) ;; @@ -31,6 +31,15 @@ MIPS]) ;; xhppa*) HAVE_CPU_HPPA=yes AC_DEFINE(HAVE_CPU_HPPA, 1, [Define if the target CPU is a HPPA]) ;; + xs390*) HAVE_CPU_S390=yes + AC_DEFINE(HAVE_CPU_S390, 1, [Define if the target CPU is a +S390]) ;; + xia64*) HAVE_CPU_IA64=yes + AC_DEFINE(HAVE_CPU_IA64, 1, [Define if the target CPU is a +IA64]) ;; + xm68k*) HAVE_CPU_M68K=yes + AC_DEFINE(HAVE_CPU_M68K, 1, [Define if the target CPU is a +M68K]) ;; esac dnl Determine endianness -- 2.7.4