]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Preparing for powerpc inclusion, one day.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 13 Oct 2004 13:50:01 +0000 (13:50 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 13 Oct 2004 13:50:01 +0000 (13:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2750

configure.in

index 539898c1cb31be150782af79b4f195e998e9fdc9..dc0d7b0de81a13e7806a02ab5b29114cb4c1bacc 100644 (file)
@@ -74,6 +74,12 @@ case "${host_cpu}" in
         VG_ARCH="x86"
         ;;
 
+     powerpc*)
+        AC_MSG_RESULT([no (${host_cpu})])
+        VG_ARCH="powerpc"
+        AC_MSG_ERROR([PowerPC not supported. Sorry])
+        ;;
+
      *) 
        AC_MSG_RESULT([no (${host_cpu})])
        AC_MSG_ERROR([Unsupported host architecture. Sorry])