浏览代码

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

git-svn-id: trunk@30133 -

nickysn 10 年之前
父节点
当前提交
3497359a9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/i8086/makefile.cpu

+ 1 - 1
rtl/i8086/makefile.cpu

@@ -2,6 +2,6 @@
 # Here we set processor dependent include file names.
 # 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))
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))