summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-20 23:36:15 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-04-20 23:36:15 +0000
commita8fc11d8f9768bd0329fe0f42dfe26a888574ef6 (patch)
tree1b38bf2e1c21aef126f01705f47896ae91315233 /tests/Makefile
parent5874ce8061e9f50187c5d2e29ea66e7e4a23605d (diff)
downloadfpc-a8fc11d8f9768bd0329fe0f42dfe26a888574ef6.tar.gz
* changed the object file format for z80-embedded and z80-zxspectrum to .rel
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/z80@44899 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a131975464..87bf99328b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1087,6 +1087,9 @@ STATICLIBEXT=.a
else
EXEEXT=.bin
endif
+ifeq ($(CPU_TARGET),z80)
+OEXT=.rel
+endif
SHORTSUFFIX=emb
endif
ifeq ($(OS_TARGET),win16)
@@ -1095,6 +1098,9 @@ STATICLIBEXT=.a
SHAREDLIBEXT=.dll
SHORTSUFFIX=w16
endif
+ifeq ($(OS_TARGET),zxspectrum)
+OEXT=.rel
+endif
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
FPCMADE=fpcmade.$(SHORTSUFFIX)
ZIPSUFFIX=$(SHORTSUFFIX)