X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecc%2FMakefile;h=a7d4ea59d952ca979dc15bc778d75f7f5c091a35;hb=b239b0ecf34aa0b45b0f4914f4873570a6b1e29d;hp=8fcabd3483ac7682ed8dc0e1cde6ee073e29b391;hpb=d4095e2808e22704771d2f3d13b2a0ae4c9a66d9;p=sdk diff --git a/compiler/bootstrap/ecc/Makefile b/compiler/bootstrap/ecc/Makefile index 8fcabd3..a7d4ea5 100644 --- a/compiler/bootstrap/ecc/Makefile +++ b/compiler/bootstrap/ecc/Makefile @@ -35,14 +35,14 @@ include ../../../include.mk # FLAGS -CFLAGS += -fmessage-length=0 -O2 -ffast-math -m32 $(FPIC) -w \ +CFLAGS += -fmessage-length=0 -O2 -ffast-math $(FORCE_32_BIT) $(FPIC) -w \ -DECERE_STATIC CECFLAGS = ECFLAGS = -nolinenumbers -OFLAGS += -m32 \ +OFLAGS += $(FORCE_32_BIT) \ -L../ecere/obj/bootstrap.$(PLATFORM) \ -L../libec/obj/bootstrap.$(PLATFORM)