tUpdate $CROOS variable - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 17b6e1d9b663349999e39ab89a3dfea3f816fa58
(DIR) parent 9cb98637f81926c6de7004f03d121bba0b198f83
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Fri, 29 Jan 2016 19:28:20 +0100
Update $CROOS variable
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,4 +1,4 @@
-CROSS = /opt/cross/x86_64
+CROSS = /opt/cross
PATH = ${CROSS}/bin:${PATH}
TOOLCHAIN_TRIPLET = x86_64-linux-musl
ROOT = ${CROSS}/${TOOLCHAIN_TRIPLET}