diff options
author | midipix <writeonce@midipix.org> | 2016-04-24 16:29:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-24 17:09:52 -0400 |
commit | b2d0f49b5a6349b7ec93b3a37f81757f60532863 (patch) | |
tree | d853200667e7d3cf46b81c8e9cc309fed1e46737 /sysinfo/toolchain | |
parent | 225022fb2ff5dd1207efc7a0e07d2af155964d63 (diff) | |
download | sofort-b2d0f49b5a6349b7ec93b3a37f81757f60532863.tar.bz2 sofort-b2d0f49b5a6349b7ec93b3a37f81757f60532863.tar.xz |
build system: PE targets: added import library version support.
Diffstat (limited to 'sysinfo/toolchain')
-rw-r--r-- | sysinfo/toolchain/binutils.mk | 1 | ||||
-rw-r--r-- | sysinfo/toolchain/llvm.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysinfo/toolchain/binutils.mk b/sysinfo/toolchain/binutils.mk index a29ac0c..3232915 100644 --- a/sysinfo/toolchain/binutils.mk +++ b/sysinfo/toolchain/binutils.mk @@ -15,3 +15,4 @@ CXXFILT = $(CROSS_COMPILE)c++filt ELFEDIT = $(CROSS_COMPILE)elfedit OBJCOPY = $(CROSS_COMPILE)objcopy READELF = $(CROSS_COMPILE)readelf +DLLTOOL = $(CROSS_COMPILE)dlltool diff --git a/sysinfo/toolchain/llvm.mk b/sysinfo/toolchain/llvm.mk index 3c805a8..65b5396 100644 --- a/sysinfo/toolchain/llvm.mk +++ b/sysinfo/toolchain/llvm.mk @@ -15,3 +15,4 @@ CXXFILT = $(CROSS_COMPILE)c++filt ELFEDIT = $(CROSS_COMPILE)elfedit OBJCOPY = $(CROSS_COMPILE)objcopy READELF = $(CROSS_COMPILE)readelf +DLLTOOL = $(CROSS_COMPILE)dlltool |