From 1554c603fb0d1564f85585edcb3f77163a8aff3f Mon Sep 17 00:00:00 2001 From: Rhett Date: Sat, 31 Aug 2013 17:38:33 -0700 Subject: [PATCH] Specify a 32 bit architecture --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index af51d0f..29875d5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,7 @@ PERL := perl # Compiler flags # -fno-builtin is required to avoid refs to undefined functions in the kernel. # Only optimize to -O1 to discourage inlining, which complicates backtraces. -CFLAGS := $(CFLAGS) $(DEFS) $(LABDEFS) -O -fno-builtin -I$(TOP) -MD -Wall -Wno-format -Wno-unused -Werror -gstabs -fno-stack-protector -std=gnu99 +CFLAGS := $(CFLAGS) $(DEFS) $(LABDEFS) -O -fno-builtin -I$(TOP) -MD -Wall -Wno-format -Wno-unused -Werror -gstabs -fno-stack-protector -std=gnu99 -m32 # Lists that the */Makefrag makefile fragments will add to OBJDIRS := -- 2.34.1