summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-18 04:18:25 +0000
committermidipix <writeonce@midipix.org>2017-11-23 03:46:46 -0500
commite402b3f33a0591246c6b70f32c9295ef4f293856 (patch)
treea9c88cf37a83706360067b6a9afba86e8e6382f8
parent33de68a419995126898de438f2ef874baee218bf (diff)
downloadntcon-e402b3f33a0591246c6b70f32c9295ef4f293856.tar.bz2
ntcon-e402b3f33a0591246c6b70f32c9295ef4f293856.tar.xz
build system: added PERK to the toolchain variables.
-rw-r--r--sysinfo/toolchain/binutils.mk1
-rw-r--r--sysinfo/toolchain/llvm.mk1
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