X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecp%2FMakefile;h=a92781d797f3c7c0e3976ef39ffc74ef831a8ddc;hb=d87d323355cf9375a828d003081bdd5944332567;hp=6c9aa336239e248ccece46b24f9df2d731d741f5;hpb=35b9af8ff75e4e24e98a011d514e14facc29614f;p=sdk diff --git a/compiler/bootstrap/ecp/Makefile b/compiler/bootstrap/ecp/Makefile index 6c9aa33..a92781d 100644 --- a/compiler/bootstrap/ecp/Makefile +++ b/compiler/bootstrap/ecp/Makefile @@ -60,7 +60,7 @@ LIBS += \ endif PRJ_CFLAGS += \ - $(if $(DEBUG), -g, -O2 -ffast-math) $(FORCE_32_BIT) $(FPIC) -w \ + $(if $(DEBUG), -g, -O2 -ffast-math) $(FPIC) -w \ -DECERE_STATIC @@ -84,12 +84,10 @@ endif CECFLAGS += -cpp $(_CPP) -OFLAGS += $(FORCE_32_BIT) - ifndef STATIC_LIBRARY_TARGET OFLAGS += \ - -L../ecere/obj/bootstrap.$(PLATFORM) \ - -L../libec/obj/bootstrap.$(PLATFORM) + -L../ecere/obj/bootstrap.$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX) \ + -L../libec/obj/bootstrap.$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX) endif # TARGETS