diff options
author | midipix <writeonce@midipix.org> | 2017-10-31 19:51:44 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-31 21:00:54 -0400 |
commit | 1eb1560267ae45546ef740a9e0c2b5442185fb3c (patch) | |
tree | 53cda768860a09d5687762dbe46ce8ce5f3a2f79 /sysinfo/toolchain/llvm.mk | |
parent | 9a58660a1513072276ddf8c111c003aebf59e65d (diff) | |
download | bfirm-1eb1560267ae45546ef740a9e0c2b5442185fb3c.tar.bz2 bfirm-1eb1560267ae45546ef740a9e0c2b5442185fb3c.tar.xz |
build system: toolchain: added definitions for message and resource compilers.
Diffstat (limited to 'sysinfo/toolchain/llvm.mk')
-rw-r--r-- | sysinfo/toolchain/llvm.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |