diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-10-14 15:27:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-14 16:01:26 +0200 |
commit | 8be279f5a48418db0b4c9142c0c9bd4ae0764e37 (patch) | |
tree | b5cd0ac438848d47520404474dae8f69c79757e0 /conf/bitbake.conf | |
parent | 2512ba21856d0ffd942ddd3a7c834d585a117ff1 (diff) |
angstrom: framework to select internal/external toolchain and brand (csl/generic for now)
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index c2f7666ef2..7426095ba0 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -392,6 +392,8 @@ export PATH CCACHE = "${@bb.which(bb.data.getVar('PATH', d, 1), 'ccache') and 'ccache '}" TOOLCHAIN_OPTIONS = "" +TOOLCHAIN_PATH ?= "" +TOOLCHAIN_SYSPATH ?= "" export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" export CXX = "${CCACHE}${HOST_PREFIX}g++ ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" |