All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-dsplink: Fixed location of toolchain
@ 2011-06-14  3:55 Joel A Fernandes
  2011-06-14  5:51 ` Denys Dmytriyenko
  2011-06-14  7:36 ` Koen Kooi
  0 siblings, 2 replies; 7+ messages in thread
From: Joel A Fernandes @ 2011-06-14  3:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kridner, Jason, Koen

ti-dsplink: Fixed location of toolchain to build ti-dsplink.

Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
---
 recipes/ti/ti-dsplink.inc |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/recipes/ti/ti-dsplink.inc b/recipes/ti/ti-dsplink.inc
index c48ec41..bbdc35a 100644
--- a/recipes/ti/ti-dsplink.inc
+++ b/recipes/ti/ti-dsplink.inc
@@ -94,23 +94,23 @@ do_compile() {
     # Build the gpp user space library
     cd ${DSPLINK}/gpp/src/api && make \
       CROSS_COMPILE="${TARGET_PREFIX}" \
-      CC="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      AR="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
-      LD="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ld" \
-      COMPILER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      ARCHIVER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
+      CC="${CC}" \
+      AR="${AR}" \
+      LD="${LD}" \
+      COMPILER="${CC}" \
+      ARCHIVER="${AR}" \
       KERNEL_DIR="${STAGING_KERNEL_DIR}" \
       all
 
     # Build the gpp kernel space (debug and release)
     cd ${DSPLINK}/gpp/src && make \
-      OBJDUMP="${TARGET_PREFIX}objdump" \
+      OBJDUMP="${OBJDUMP}" \
       CROSS_COMPILE="${TARGET_PREFIX}" \
-      CC="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      AR="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
-      LD="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ld" \
-      COMPILER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      ARCHIVER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
+      CC="${CC}" \
+      AR="${AR}" \
+      LD="${LD}" \
+      COMPILER="${CC}" \
+      ARCHIVER="${AR}" \
       KERNEL_DIR="${STAGING_KERNEL_DIR}" \
       BASE_BUILDOS="${STAGING_KERNEL_DIR}" \
       all
@@ -122,12 +122,12 @@ do_compile() {
       OSINC_PLATFORM="${TOOLCHAIN_PATH}/lib/gcc/${TARGET_SYS}/$(${TARGET_PREFIX}gcc -dumpversion)/include" \
       OSINC_TARGET="${BASE_TOOLCHAIN}/target/usr/include" \
       CROSS_COMPILE="${TARGET_PREFIX}" \
-      CC="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      LD="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      AR="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
-      COMPILER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      LINKER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc" \
-      ARCHIVER="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}ar" \
+      CC="${CC}" \
+      AR="${AR}" \
+      LD="${LD}" \
+      COMPILER="${CC}" \
+      ARCHIVER="${AR}" \
+      LINKER="${CC}" \
       KERNEL_DIR="${STAGING_KERNEL_DIR}" \
       all
 



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-14 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14  3:55 [PATCH] ti-dsplink: Fixed location of toolchain Joel A Fernandes
2011-06-14  5:51 ` Denys Dmytriyenko
2011-06-14  7:36 ` Koen Kooi
2011-06-14 15:38   ` Denys Dmytriyenko
2011-06-14 15:47     ` Koen Kooi
2011-06-14 19:31       ` Denys Dmytriyenko
2011-06-14 19:38         ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.