summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompilerABI.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeCCompilerABI.c')
-rw-r--r--Modules/CMakeCCompilerABI.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeCCompilerABI.c b/Modules/CMakeCCompilerABI.c
index 08cf39b..f0ee21a 100644
--- a/Modules/CMakeCCompilerABI.c
+++ b/Modules/CMakeCCompilerABI.c
@@ -17,6 +17,8 @@ int main(int argc, char* argv[])
{
int require = 0;
require += info_sizeof_dptr[argc];
+ require += info_byte_order_big_endian[argc];
+ require += info_byte_order_little_endian[argc];
#if defined(ABI_ID)
require += info_abi[argc];
#endif