default to little-endian in 3.7

This commit is contained in:
nhmall
2019-11-09 13:52:36 -05:00
parent afec87a766
commit e6bafb3f90

View File

@@ -80,6 +80,8 @@ sys_early_init()
sysopt.check_plname = 0;
sysopt.seduce = 1; /* if it's compiled in, default to on */
sysopt_seduce_set(sysopt.seduce);
/* default to little-endian in 3.7 */
sysopt.saveformat[0] = sysopt.bonesformat[0] = lendian;
sysopt.accessibility = 0;
return;
}