+ added missing i8086 system unit includes hugeptr.inc, int32p.inc and

int64p.inc to rtl/i8086/makefile.cpu

git-svn-id: trunk@30133 -
This commit is contained in:
nickysn 2015-03-08 01:39:40 +00:00
parent 7c884bd2ee
commit 3497359a9f

View File

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