diff options
author | midipix <writeonce@midipix.org> | 2017-11-18 04:18:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-23 03:47:54 -0500 |
commit | 197fd9ecd4f88bc1b5f654dd19bd8854a4fba905 (patch) | |
tree | b79986bf0cc158333a2c78666025334f63d8c1af /sysinfo/toolchain/llvm.mk | |
parent | f4ed8e1224eb396f71a1c921ee2489a677deaa0d (diff) | |
download | slibtool-197fd9ecd4f88bc1b5f654dd19bd8854a4fba905.tar.bz2 slibtool-197fd9ecd4f88bc1b5f654dd19bd8854a4fba905.tar.xz |
build system: added PERK to the toolchain variables.
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 |