summaryrefslogtreecommitdiffhomepage
path: root/sysinfo
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-31 19:51:44 -0400
committermidipix <writeonce@midipix.org>2018-05-21 01:44:56 -0400
commitb5ce994a1d90b7fc2c825f94863f68f0acb8432d (patch)
tree99ba73f318c6ab223c4608da2e836ca8c12288b3 /sysinfo
parent4906956fc9f5cdda405dd683f7e13f54c3aa313d (diff)
downloadntux-b5ce994a1d90b7fc2c825f94863f68f0acb8432d.tar.bz2
ntux-b5ce994a1d90b7fc2c825f94863f68f0acb8432d.tar.xz
build system: toolchain: added definitions for message and resource compilers.
Diffstat (limited to 'sysinfo')
-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