blob: b6ea9b3658e2fb56fa82e25d8c18986e970d381a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|