summaryrefslogtreecommitdiff
path: root/soltools/testhxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-04 14:51:55 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-04 19:08:33 +0300
commit6465f4e8dd72990f550fd0a63342325fb0d4e026 (patch)
tree48bd0301bdeb1bc971138b9c2e68281654ae0664 /soltools/testhxx
parent5edd3ce9a8cc997781c345c92cea9ce0227754ca (diff)
Rehash cross-compilation ideas
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built for the build platform but pointless to build for the host platform. I will handle the split of stuff built for the build or host platforms differently. Note that some libraries need to be built for both platforms. Add explicit rules to do nothing for the cross-compilation case, but likely even that will be unnecessary in the case of complete modules like soltools (?). I will just mark modules that are for the build platform only with an own flag in BUILD_TYPE.
Diffstat (limited to 'soltools/testhxx')
-rw-r--r--soltools/testhxx/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk
index 7a1ab97273e3..e71d8f116e23 100644
--- a/soltools/testhxx/makefile.mk
+++ b/soltools/testhxx/makefile.mk
@@ -36,6 +36,11 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: $(PRJ)$/util$/makefile.pmk
.INCLUDE: settings.mk
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
SLOFILES = $(SLO)$/testhxx.obj
.INCLUDE: target.mk