]> git.wh0rd.org - fontconfig.git/commitdiff
[fc-arch] Rename architecture names to better reflect what they are
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 18 Nov 2009 19:39:34 +0000 (14:39 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 18 Nov 2009 19:39:34 +0000 (14:39 -0500)
We only care about three properties in the arch:

  - endianness
  - pointer size
  - for 32-bit archs, whether double is aligned on 4 or 8 bytes

This leads to the following 6 archs (old name -> new name):

x86    -> le32d4
mipsel -> le32d8
x86-64 -> le64
m68k   -> be32d4
ppc    -> be32d8
ppc64  -> be64


No differences found