fpc/rtl/i8086/makefile.cpu
nickysn 3497359a9f + added missing i8086 system unit includes hugeptr.inc, int32p.inc and
int64p.inc to rtl/i8086/makefile.cpu

git-svn-id: trunk@30133 -
2015-03-08 01:39:40 +00:00

8 lines
165 B
Plaintext

#
# Here we set processor dependent include file names.
#
CPUNAMES=hugeptr i8086 int32p int64p math set setjump setjumph
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))