X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=eda%2Flibeda%2FMakefile;h=5a9342bb12ffab962fcba9cb7670717b729c18c7;hb=b239b0ecf34aa0b45b0f4914f4873570a6b1e29d;hp=f6e6ff53b5cb78ff011a02b3497b195a8fb489a0;hpb=d4095e2808e22704771d2f3d13b2a0ae4c9a66d9;p=sdk diff --git a/eda/libeda/Makefile b/eda/libeda/Makefile index f6e6ff5..5a9342b 100644 --- a/eda/libeda/Makefile +++ b/eda/libeda/Makefile @@ -94,13 +94,13 @@ EAR := $(call psep,../../obj/$(PLATFORM)/bin/ear) # FLAGS -CFLAGS += -fmessage-length=0 -O2 -ffast-math -m32 $(FPIC) -w +CFLAGS += -fmessage-length=0 -O2 -ffast-math $(FORCE_32_BIT) $(FPIC) -w CECFLAGS = ECFLAGS = -nolinenumbers -defaultns eda -OFLAGS += -m32 \ +OFLAGS += $(FORCE_32_BIT) \ -L../../obj/$(PLATFORM)/bin \ -L../../obj/$(PLATFORM)/lib