diff options
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 |