summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-05-13 04:26:33 +0000
committerDavid Schleef <ds@schleef.org>2003-05-13 04:26:33 +0000
commit5cca5ddc23e23658e8287f7c2fbc4aebddaf3e12 (patch)
tree7f1cd50af6050617d06a66b5332cbfd72c5aefc8
parentc5d7301d645fbee2881c30e86152cb3d2152e33b (diff)
downloadgstreamer-common-5cca5ddc23e23658e8287f7c2fbc4aebddaf3e12.tar.gz
Add x86_64 support.
Original commit message from CVS: Add x86_64 support.
-rw-r--r--m4/gst-arch.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4
index 563b82d..e8fa653 100644
--- a/m4/gst-arch.m4
+++ b/m4/gst-arch.m4
@@ -40,6 +40,9 @@ IA64]) ;;
xm68k*) HAVE_CPU_M68K=yes
AC_DEFINE(HAVE_CPU_M68K, 1, [Define if the target CPU is a
M68K]) ;;
+ xx86_64) HAVE_CPU_X86_64=yes
+ AC_DEFINE(HAVE_CPU_X86_64, 1, [Define if the target CPU is a
+x86_64]) ;;
esac
dnl Determine endianness
@@ -74,6 +77,7 @@ AM_CONDITIONAL(HAVE_CPU_MIPS, test "x$HAVE_CPU_MIPS" = "xyes")
AM_CONDITIONAL(HAVE_CPU_S390, test "x$HAVE_CPU_S390" = "xyes")
AM_CONDITIONAL(HAVE_CPU_IA64, test "x$HAVE_CPU_IA64" = "xyes")
AM_CONDITIONAL(HAVE_CPU_M68K, test "x$HAVE_CPU_M68K" = "xyes")
+AM_CONDITIONAL(HAVE_CPU_X86_64, test "x$HAVE_CPU_X86_64" = "xyes")
AM_CONDITIONAL(HAVE_LIBMMX, test "x$USE_LIBMMX" = "xyes")
])