blob: e324af217f186b1b9876662537004cbdf0f6eca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- 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
|