summaryrefslogtreecommitdiff
path: root/compiler/Makefile.fpc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-03-26 19:10:50 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-03-26 19:10:50 +0000
commit241acd6c47254d302d50f06a0a109c3b09b57174 (patch)
tree5f8c64a543ed6edc06bc49047dbcbff872896d1e /compiler/Makefile.fpc
parent2d3e4923993e694d6a9e0bbe87182c844ae4a305 (diff)
downloadfpc-241acd6c47254d302d50f06a0a109c3b09b57174.tar.gz
+ skeleton for Z80 support
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/z80@35665 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/Makefile.fpc')
-rw-r--r--compiler/Makefile.fpc6
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index 08b6b029d1..86ad9d540d 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -548,7 +548,11 @@ regdatmips : mips/mipsreg.dat
$(COMPILER) -FE$(COMPILERUTILSDIR) $(COMPILERUTILSDIR)/mkmpsreg.pp
cd mips && ..$(PATHSEP)utils$(PATHSEP)mkmpsreg$(SRCEXEEXT)
-regdat : regdatx86 regdatarm regdatsp regdatavr regdataarch64 regdatmips
+regdatz80 : z80/z80reg.dat
+ $(COMPILER) -FE$(COMPILERUTILSDIR) $(COMPILERUTILSDIR)/mkz80reg.pp
+ cd z80 && ..$(PATHSEP)utils$(PATHSEP)mkz80reg$(SRCEXEEXT)
+
+regdat : regdatx86 regdatarm regdatsp regdatavr regdataarch64 regdatmips regdatz80
# revision.inc rule
revision.inc :