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:38:11 -0400
commit54b776f519c4d459a4e67a0a83cb0fd7e79e01ad (patch)
treee0b74c1de7fac8b25a972202c5dd1f6fa1302af6 /sysinfo/toolchain/llvm.mk
parentddca8f284dff892ee785e02b69d20ed688c4b119 (diff)
downloadptycon-54b776f519c4d459a4e67a0a83cb0fd7e79e01ad.tar.bz2
ptycon-54b776f519c4d459a4e67a0a83cb0fd7e79e01ad.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