From: Rhett Date: Sun, 1 Sep 2013 00:38:33 +0000 (-0700) Subject: Specify a 32 bit architecture X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1554c603fb0d1564f85585edcb3f77163a8aff3f;p=arcanos.git Specify a 32 bit architecture --- 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 :=