summaryrefslogtreecommitdiff
path: root/.zsh/zshenv
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-03-28 10:51:17 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-03-28 10:51:17 +0100
commitaae61fdf1c63688cdc1d666616269acb87dc2fa8 (patch)
treea5a98e359ef670273483117bfb21d44ed71ea6e4 /.zsh/zshenv
parentcab3e69e3cdbce656a12501e56c5dd8409a5ac6a (diff)
zshenv: Add TI SDK AM335x configuration
Diffstat (limited to '.zsh/zshenv')
-rw-r--r--.zsh/zshenv/99_ti_sdk_am335x12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zsh/zshenv/99_ti_sdk_am335x b/.zsh/zshenv/99_ti_sdk_am335x
new file mode 100644
index 0000000..b6ea9b3
--- /dev/null
+++ b/.zsh/zshenv/99_ti_sdk_am335x
@@ -0,0 +1,12 @@
+# zshenv/99_ti_sdk_am335x
+#
+# Environment variables needed for the TI AM335x SDK
+#
+# Copyright © 2013 Tobias Klauser <tklauser@distanz.ch>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+
+export QMAKESPEC=/opt/ti-sdk-am335x-evm/linux-devkit/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
+
+# vim:ft=zsh