mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 20:11:02 +02:00
+ add intrdat target
git-svn-id: trunk@45726 -
This commit is contained in:
parent
965964d07c
commit
72f6752b1c
@ -758,6 +758,16 @@ regdatz80 : z80/z80reg.dat
|
|||||||
|
|
||||||
regdat : regdatx86 regdatarm regdatsp regdatavr regdataarch64 regdatmips regdatsp64 regdatz80
|
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 rule
|
||||||
revision.inc :
|
revision.inc :
|
||||||
ifneq ($(REVSTR),)
|
ifneq ($(REVSTR),)
|
||||||
|
Loading…
Reference in New Issue
Block a user