summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-31 19:51:44 -0400
committermidipix <writeonce@midipix.org>2017-10-31 21:00:34 -0400
commite4f89ddfcaae2a3760f7eb5cad7f88581a72ff0d (patch)
tree564c14c57e71ae109c0fa48214d4d169d65632f6
parent11b667c029b689cf82512519c57b13c9c43ce091 (diff)
downloadmdso-e4f89ddfcaae2a3760f7eb5cad7f88581a72ff0d.tar.bz2
mdso-e4f89ddfcaae2a3760f7eb5cad7f88581a72ff0d.tar.xz
build system: toolchain: added definitions for message and resource compilers.
-rw-r--r--sysinfo/toolchain/binutils.mk2
-rw-r--r--sysinfo/toolchain/llvm.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysinfo/toolchain/binutils.mk b/sysinfo/toolchain/binutils.mk
index 728eb66..29917bc 100644
--- a/sysinfo/toolchain/binutils.mk
+++ b/sysinfo/toolchain/binutils.mk
@@ -17,3 +17,5 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
READELF = $(CROSS_COMPILE)readelf
DLLTOOL = $(CROSS_COMPILE)dlltool
MDSO = $(CROSS_COMPILE)mdso
+MC = $(CROSS_COMPILE)windmc
+RC = $(CROSS_COMPILE)windres
diff --git a/sysinfo/toolchain/llvm.mk b/sysinfo/toolchain/llvm.mk
index b863456..13b46c9 100644
--- a/sysinfo/toolchain/llvm.mk
+++ b/sysinfo/toolchain/llvm.mk
@@ -17,3 +17,5 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
READELF = $(CROSS_COMPILE)readelf
DLLTOOL = $(CROSS_COMPILE)dlltool
MDSO = $(CROSS_COMPILE)mdso
+MC = $(CROSS_COMPILE)windmc
+RC = $(CROSS_COMPILE)windres