summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-18 04:18:25 +0000
committermidipix <writeonce@midipix.org>2017-11-25 11:39:45 -0500
commit0bc0f9b732afc4ed6e031df95b4c95b54f082b38 (patch)
tree51afae4f56c1f588fd8b5db5be334c5826098a81
parent04b6fcdf1b535451939cba300ccf536f0bd939b9 (diff)
downloadu16ports-0bc0f9b732afc4ed6e031df95b4c95b54f082b38.tar.bz2
u16ports-0bc0f9b732afc4ed6e031df95b4c95b54f082b38.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