Browse Source

+ add intrdat target

git-svn-id: trunk@45726 -
florian 5 years ago
parent
commit
72f6752b1c
1 changed files with 10 additions and 0 deletions
  1. 10 0
      compiler/Makefile.fpc

+ 10 - 0
compiler/Makefile.fpc

@@ -758,6 +758,16 @@ regdatz80 : z80/z80reg.dat
 
 regdat : regdatx86 regdatarm regdatsp regdatavr regdataarch64 regdatmips regdatsp64 regdatz80
 
+intrdatx86 : x86/x86intr.dat
+		$(COMPILER) -FE$(COMPILERUTILSDIR) $(COMPILERUTILSDIR)/mkx86inl.pp
+        cd x86 && ..$(PATHSEP)utils$(PATHSEP)mkx86inl$(SRCEXEEXT)
+        cp -f x86/cpummprocs.inc ../rtl/x86_64
+		cp -f x86/cpumminnr.inc ../rtl/x86_64
+        cp -f x86/cpummprocs.inc ../rtl/i386
+		cp -f x86/cpumminnr.inc ../rtl/i386
+        
+intrdat : intrdatx86
+
 # revision.inc rule
 revision.inc :
 ifneq ($(REVSTR),)