<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,10 +40,16 @@ CPU = case Config::CONFIG['host_cpu'].downcase
     else
       &quot;i386&quot;
     end
+
   when /amd64|x86_64/
     &quot;x86_64&quot;
+
+  when /ppc64|powerpc64/
+    &quot;powerpc64&quot;
+
   when /ppc|powerpc/
     &quot;powerpc&quot;
+
   else
     Config::CONFIG['host_cpu']
   end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -107,6 +107,10 @@ ifeq ($(CPU), x86_64)
   MODEL = 64
 endif
 
+ifeq ($(CPU), powerpc64)
+  MODEL = 64
+endif
+
 # On platforms (linux, solaris) that support both 32bit and 64bit, force building for one or the other
 ifneq ($(or $(findstring linux, $(OS)), $(findstring solaris, $(OS))),)
   # Change the CC/LD instead of CFLAGS/LDFLAGS, incase other things in the flags</diff>
      <filename>libtest/GNUmakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82da2b93f3b6c63f6e14cdadcb83f58594683a63</id>
    </parent>
  </parents>
  <author>
    <name>Wayne Meissner</name>
    <email>wmeissner@gmail.com</email>
  </author>
  <url>http://github.com/ffi/ffi/commit/2653215900c71e8e4ef432145e4f0679cd43769a</url>
  <id>2653215900c71e8e4ef432145e4f0679cd43769a</id>
  <committed-date>2009-11-05T11:51:07-08:00</committed-date>
  <authored-date>2009-11-02T17:01:33-08:00</authored-date>
  <message>Detect powerpc64</message>
  <tree>a3f9cebbbcf1d4ed189cb6f85bb5137f8aadde0b</tree>
  <committer>
    <name>Wayne Meissner</name>
    <email>wmeissner@gmail.com</email>
  </committer>
</commit>
