diff options
Diffstat (limited to 'sysinfo/toolchain/llvm.mk')
-rw-r--r-- | sysinfo/toolchain/llvm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysinfo/toolchain/llvm.mk b/sysinfo/toolchain/llvm.mk index 13b46c9..8082c0a 100644 --- a/sysinfo/toolchain/llvm.mk +++ b/sysinfo/toolchain/llvm.mk @@ -17,5 +17,6 @@ OBJCOPY = $(CROSS_COMPILE)objcopy READELF = $(CROSS_COMPILE)readelf DLLTOOL = $(CROSS_COMPILE)dlltool MDSO = $(CROSS_COMPILE)mdso +PERK = $(CROSS_COMPILE)perk MC = $(CROSS_COMPILE)windmc RC = $(CROSS_COMPILE)windres |