Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / ports / mcs51-xstack-auto / spec.mk
blob1e64a63b7057d32777b6ae127a5a864a15a65d2e
1 # Regression test specification for the mcs51-xstack-auto target running with uCsim
3 # model small xstack-auto
5 LIBSDCCFLAGS+= --stack-auto --xstack
6 SDCCFLAGS += --stack-auto --xstack
8 include $(PORTS_DIR)/mcs51-common/spec.mk
10 LIBDIR = $(top_builddir)/device/lib/build/small-xstack-auto
12 MAKE_LIBRARY = lib-files
14 .PHONY: lib-files
15 lib-files:
16 $(MAKE) -C $(top_builddir)/device/lib model-mcs51-xstack-auto MODELS=small