summarylogtreecommitdiffstats
path: root/hooks.install-mips32el-glibc-bleeding-edge-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.install-mips32el-glibc-bleeding-edge-toolchain')
-rw-r--r--hooks.install-mips32el-glibc-bleeding-edge-toolchain7
1 files changed, 7 insertions, 0 deletions
diff --git a/hooks.install-mips32el-glibc-bleeding-edge-toolchain b/hooks.install-mips32el-glibc-bleeding-edge-toolchain
new file mode 100644
index 000000000000..bc34701c714e
--- /dev/null
+++ b/hooks.install-mips32el-glibc-bleeding-edge-toolchain
@@ -0,0 +1,7 @@
+post_install() {
+ echo "bootlin toolchain installed to /opt/mips32el-glibc-bleeding-edge"
+ echo "The PATH variable will be updated on re-login. To immediately load it:"
+ echo ""
+ echo " source /etc/profile.d/mips32el-glibc-bleeding-edge.sh"
+ echo ""
+}