summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/toolchain/llvm.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-25 01:33:27 -0400
committermidipix <writeonce@midipix.org>2017-10-25 01:35:41 -0400
commita65132681381cb31181b6e2f3aab356ab51b11a6 (patch)
tree210b1f38bcf2c594188c55142cf25d45c0d35d65 /sysinfo/toolchain/llvm.mk
parent8fa6a984a5bcbb5f27c8ad6b9782a3aab0b208dc (diff)
downloadntapi-a65132681381cb31181b6e2f3aab356ab51b11a6.tar.bz2
ntapi-a65132681381cb31181b6e2f3aab356ab51b11a6.tar.xz
build system: PE targets: added mdso-based import library generation support.
Diffstat (limited to 'sysinfo/toolchain/llvm.mk')
-rw-r--r--sysinfo/toolchain/llvm.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysinfo/toolchain/llvm.mk b/sysinfo/toolchain/llvm.mk
index 65b5396..b863456 100644
--- a/sysinfo/toolchain/llvm.mk
+++ b/sysinfo/toolchain/llvm.mk
@@ -16,3 +16,4 @@ ELFEDIT = $(CROSS_COMPILE)elfedit
OBJCOPY = $(CROSS_COMPILE)objcopy
READELF = $(CROSS_COMPILE)readelf
DLLTOOL = $(CROSS_COMPILE)dlltool
+MDSO = $(CROSS_COMPILE)mdso