diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-11 08:20:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-11 08:20:58 +0000 |
commit | 8b1ae5685fb71b07261c1a25c0374fbc490b9796 (patch) | |
tree | dc821a258f0dbeb79902431f5b4b40dec70b265b /meta/conf/distro | |
parent | 4ad4ba7ea5fc521959e2cc396164e724b37f3761 (diff) | |
download | poky-8b1ae5685fb71b07261c1a25c0374fbc490b9796.tar.gz |
CSL external toolchain: POKYMODE file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2719 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-external-csl2006q3.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-external-csl2006q3.inc b/meta/conf/distro/include/poky-external-csl2006q3.inc new file mode 100644 index 0000000000..91a4814b95 --- /dev/null +++ b/meta/conf/distro/include/poky-external-csl2006q3.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | TARGET_VENDOR = "-none" | ||
2 | |||
3 | EXTERNAL_TOOLCHAIN = "/usr/local/csl/arm-2006q3" | ||
4 | |||
5 | PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:" | ||
6 | |||
7 | PREFERRED_PROVIDER_linux-libc-headers = "external-csl-toolchain" | ||
8 | PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-gcc = "external-csl-toolchain" | ||
9 | PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-gcc-initial = "external-csl-toolchain" | ||
10 | PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-binutils = "external-csl-toolchain" | ||
11 | PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-libc-for-gcc = "external-csl-toolchain" | ||
12 | PREFERRED_PROVIDER_virtual/libc = "external-csl-toolchain" | ||
13 | PREFERRED_PROVIDER_virtual/libintl = "external-csl-toolchain" | ||
14 | PREFERRED_PROVIDER_virtual/libiconv = "external-csl-toolchain" | ||
15 | PREFERRED_PROVIDER_glibc-thread-db = "external-csl-toolchain" | ||
16 | PREFERRED_PROVIDER_virtual/linux-libc-headers = "external-csl-toolchain" | ||
17 | |||
18 | TARGET_CPPFLAGS_prepend = " -isystem${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/include " | ||
19 | TARGET_LDFLAGS_prepend = " -L${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib -Wl,-rpath-link,${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib " | ||