diff options
author | midipix <writeonce@midipix.org> | 2017-11-18 04:18:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-21 01:44:57 -0400 |
commit | 1d096c3438ee66f3201f5e5917671f524b2dc38b (patch) | |
tree | 070a33150aadcd367efe96ba418cdb7902a5b50e /sysinfo/toolchain | |
parent | b5ce994a1d90b7fc2c825f94863f68f0acb8432d (diff) | |
download | ntux-1d096c3438ee66f3201f5e5917671f524b2dc38b.tar.bz2 ntux-1d096c3438ee66f3201f5e5917671f524b2dc38b.tar.xz |
build system: added PERK to the toolchain variables.
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 29917bc..9cb532a 100644 --- a/sysinfo/toolchain/binutils.mk +++ b/sysinfo/toolchain/binutils.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 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 |