* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
[fw/sdcc] / support / regression / ports / mcs51-large / spec.mk
1 # Port specification for the mcs51 port running with uCsim
2 #
3 # model large
4
5 SDCCFLAGS +=--model-large
6
7 # copy support.c
8 $(PORTS_DIR)/$(PORT)/%.c: $(PORTS_DIR)/mcs51/%.c
9         cp $< $@
10
11 include $(PORTS_DIR)/mcs51/spec.mk
12
13 LIBDIR = $(SDCC_DIR)/device/lib/build/large