From 2aa34979a4708ddc41d38d3808607a3b7df5d222 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Tue, 13 Nov 2012 10:20:23 +0000 Subject: Default to 32-bits so modern make doesn't emit the invalid -m0 flag --- generate/unix/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/unix/Makefile.common b/generate/unix/Makefile.common index 69e9806e9..b4ecf05c5 100644 --- a/generate/unix/Makefile.common +++ b/generate/unix/Makefile.common @@ -7,7 +7,7 @@ # string will be treated as a 64-bit OS. Otherwise, the default is 32-bit. # HARDWARE_NAME := $(shell uname -m) -BITS=0 +BITS=32 # # Main rule will only generate versions that are appropriate for the running -- cgit v1.2.1