X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Fports%2Fmcs51-xstack-auto%2Fspec.mk;h=99d9c3febbe50b0afb1a31d98287a9f134ad5026;hb=80972b2e54c9b88f11c27b878874fd2a6a681391;hp=ae82b657cd6b4bcd94a4ff42072fe75906a772e0;hpb=6a370e6ab695babec796a8f30b7a03a6bc9dc77d;p=fw%2Fsdcc diff --git a/support/regression/ports/mcs51-xstack-auto/spec.mk b/support/regression/ports/mcs51-xstack-auto/spec.mk index ae82b657..99d9c3fe 100644 --- a/support/regression/ports/mcs51-xstack-auto/spec.mk +++ b/support/regression/ports/mcs51-xstack-auto/spec.mk @@ -1,8 +1,16 @@ -# Port specification for the mcs51 port running with uCsim +# Regression test specification for the mcs51-xstack-auto target running with uCsim # -# model small stack-auto +# model small xstack-auto -include $(PORTS_DIR)/mcs51-stack-auto/spec.mk +LIBSDCCFLAGS+= --stack-auto --xstack --std-c99 -DUSE_FLOATS=1 +SDCCFLAGS += --stack-auto --xstack --std-sdcc99 -LIBSDCCFLAGS+= --xstack -SDCCFLAGS +=$(LIBSDCCFLAGS) +include $(PORTS_DIR)/mcs51-common/spec.mk + +LIBDIR = $(top_builddir)/device/lib/build/small-xstack-auto + +MAKE_LIBRARY = lib-files + +.PHONY: lib-files +lib-files: + make -C $(top_builddir)/device/lib model-mcs51-xstack-auto MODELS=small