Blame SOURCES/ffitarget-multilib.h

0159ab
/* This file is here to prevent a file conflict on multiarch systems. */
0159ab
#ifdef ffitarget_wrapper_h
0159ab
#error "Do not define ffitarget_wrapper_h!"
0159ab
#endif
0159ab
#define ffitarget_wrapper_h
0159ab
0159ab
#if defined(__i386__)
0159ab
#include "ffitarget-i386.h"
0159ab
#elif defined(__powerpc64__)
0159ab
#include "ffitarget-ppc64.h"
0159ab
#elif defined(__powerpc__)
0159ab
#include "ffitarget-ppc.h"
0159ab
#elif defined(__s390x__)
0159ab
#include "ffitarget-s390x.h"
0159ab
#elif defined(__s390__)
0159ab
#include "ffitarget-s390.h"
0159ab
#elif defined(__x86_64__)
0159ab
#include "ffitarget-x86_64.h"
0159ab
#else
0159ab
#error "The libffi-devel package is not usable with the architecture."
0159ab
#endif
0159ab
0159ab
#undef ffitarget_wrapper_h