]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use "ppc" rather than "powerpc" -- it's less typing.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 19 Oct 2004 14:24:42 +0000 (14:24 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 19 Oct 2004 14:24:42 +0000 (14:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2801

configure.in

index 7ce44c5458c6ded3f18716389bf3ca979b1d1eae..d544d60b4910da3e74f542864d880f0eea3035d3 100644 (file)
@@ -76,7 +76,7 @@ case "${host_cpu}" in
 
      powerpc*)
         AC_MSG_RESULT([no (${host_cpu})])
-        VG_ARCH="powerpc"
+        VG_ARCH="ppc"
         AC_MSG_ERROR([PowerPC not supported. Sorry])
         ;;