mirror of
https://github.com/livingcomputermuseum/UniBone.git
synced 2026-01-11 23:52:51 +00:00
11 lines
222 B
Bash
11 lines
222 B
Bash
# compile-bbb.env
|
|
#
|
|
# Environment variables to compile UniBone on BBB itself
|
|
# Used in Makefiles
|
|
|
|
export UNIBONE_DIR=$HOME
|
|
export BBB_CC=gcc
|
|
export PRU_CGT=/usr/share/ti/cgt-pru/
|
|
ln -s /usr/bin/ /usr/share/ti/cgt-pru/bin
|
|
|