[oe-commits] Christopher Larson : tcmode-external-csl: drop unnecessary cppflags/ldflags

git at git.openembedded.org git at git.openembedded.org
Tue May 15 18:01:10 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: fdbc2290cb4b786cb0135daa500be5072e270cd0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fdbc2290cb4b786cb0135daa500be5072e270cd0

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon May 14 11:45:02 2012 -0500

tcmode-external-csl: drop unnecessary cppflags/ldflags

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tcmode-external-csl.inc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc
index 3b54e35..0a48658 100644
--- a/meta/conf/distro/include/tcmode-external-csl.inc
+++ b/meta/conf/distro/include/tcmode-external-csl.inc
@@ -39,9 +39,6 @@ PREFERRED_PROVIDER_virtual/linux-libc-headers = "external-csl-toolchain"
 GLIBC_INTERNAL_USE_BINARY_LOCALE = "precompiled"
 ENABLE_BINARY_LOCALE_GENERATION = ""
 
-TARGET_CPPFLAGS_prepend = " -isystem${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/include "
-TARGET_LDFLAGS_prepend = " -L${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib -Wl,-rpath-link,${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib "
-
 TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_HOST}"
 
 # Translate to CodeSourcery's names for their optimized files in the toolchain





More information about the Openembedded-commits mailing list