summaryrefslogtreecommitdiff
path: root/src/fcarch.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Fix assertion on 32bit archAkira TAGOH1-1/+1
2015-08-14Fix the broken cache more.Akira TAGOH1-1/+1
2015-02-26Ensure config.h is included first, bug#89336.Michael Haubenwallner1-2/+1
2013-09-26avoid reading config.h twiceAkira TAGOH1-4/+0
2013-08-21Fix assertionBehdad Esfahbod1-1/+1
2012-12-31Enable fcarch assert checks even when FC_ARCHITECTURE is explicitly givenBehdad Esfahbod1-9/+0
2012-12-31Unbreak build when FC_ARCHITECTURE is definedBehdad Esfahbod1-2/+2
2012-12-29Fix unused-parameter warningsBehdad Esfahbod1-1/+1
2012-05-10fcarch.c: get rid of the duplicate definition of FC_MAXAkira TAGOH1-2/+0
2012-05-02Deal with architectures where ALIGNOF_DOUBLE < 4Keith Packard1-1/+3
2012-03-21fcarch: Check for architecture signature at compile time rather than configur...Jeremy Huddleston1-2/+2
2011-01-02Fix assertion failure on le32d4Behdad Esfahbod1-1/+2
2010-12-28Make fc-arch stuff cross-compiling-safeBehdad Esfahbod1-0/+72