diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-03-28 10:51:17 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-03-28 10:51:17 +0100 |
commit | aae61fdf1c63688cdc1d666616269acb87dc2fa8 (patch) | |
tree | a5a98e359ef670273483117bfb21d44ed71ea6e4 | |
parent | cab3e69e3cdbce656a12501e56c5dd8409a5ac6a (diff) |
zshenv: Add TI SDK AM335x configuration
-rw-r--r-- | .zsh/zshenv/99_ti_sdk_am335x | 12 |
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 |