Add the rest of cpus supported by Debian
authorDavid Schleef <ds@schleef.org>
Mon, 2 Dec 2002 19:08:39 +0000 (19:08 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 2 Dec 2002 19:08:39 +0000 (19:08 +0000)
Original commit message from CVS:
Add the rest of cpus supported by Debian

m4/as-version.m4
m4/gst-arch.m4

index 72e5142..bf891c8 100644 (file)
@@ -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])
index 7fa316e..8a1bae6 100644 (file)
@@ -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