--- unix/Makefile.in.orig	2016-09-15 16:44:37 UTC
+++ unix/Makefile.in
@@ -219,17 +219,17 @@ all:	@PROGS@  
 # a make clobber and try LITTLE_ENDIAN.  If that fails, ask a wizard
 # for help.
 #
-BYTE_ORDER=
+#BYTE_ORDER=
 #BYTE_ORDER= BIG_ENDIAN
-#BYTE_ORDER= LITTLE_ENDIAN
+BYTE_ORDER= LITTLE_ENDIAN
 
 # Determine the number of bits in a long
 #
 # If in doubt, leave LONG_BITS empty.  This makefile will run
 # the longbits program to determine the length.
 #
-LONG_BITS=
-#LONG_BITS= 32
+#LONG_BITS=
+LONG_BITS= 32
 #LONG_BITS= 64