aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-06-24 17:27:14 +0200
committerKarel Kočí <karel.koci@nic.cz>2020-06-24 17:27:14 +0200
commit027e98fd4298984d0817242a8e16ae7eb7813174 (patch)
treeaf9b1673012e951bb77707afab866d607916153c
parentae17459c630eb4f0dbcfa1158f777aeb5f298288 (diff)
downloadmyconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.tar.gz
myconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.tar.bz2
myconfigs-027e98fd4298984d0817242a8e16ae7eb7813174.zip
profile: add crosstool-ng configuration
-rw-r--r--profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile b/profile
index 28abc2a..cf0cce9 100644
--- a/profile
+++ b/profile
@@ -2,6 +2,10 @@
export PATH="$HOME/.local/bin:$PATH"
export EDITOR=vim
+# ct-ng configuration
+export CT_PREFIX_DIR='~/.local/${CT_TARGET}'
+export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng"
+
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return