common: add unknown arch check
This commit is contained in:
parent
5402cd1273
commit
f221258610
@ -32,6 +32,12 @@
|
|||||||
defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \
|
defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \
|
||||||
defined(__ia64__) || defined(__ppc__) || defined(__arm__)
|
defined(__ia64__) || defined(__ppc__) || defined(__arm__)
|
||||||
#define NEED_ALIGN
|
#define NEED_ALIGN
|
||||||
|
#elif defined(__x86__) || defined(__x86_64__) || \
|
||||||
|
defined(__AMD64__) || defined(_M_IX86) || \
|
||||||
|
defined(__i386__)
|
||||||
|
#define NO_NEED_ALIGN
|
||||||
|
#else
|
||||||
|
#warning unknown arch
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user