summaryrefslogtreecommitdiff
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:42 -0500
commit6abad37e11cfb7e0b7d3208376cc79f76338dac1 (patch)
tree41e33a25262c8ebab68e9c825a103b2b842a51f0
parentb33457e2f6fd70c6ec2a970da689924471903731 (diff)
downloadbcparser-6abad37e11cfb7e0b7d3208376cc79f76338dac1.tar.bz2
bcparser-6abad37e11cfb7e0b7d3208376cc79f76338dac1.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