소스 검색

tcmode-external-oe-sdk: drop the --build-id=

An oe-built toolchain has this already.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 3 년 전
부모
커밋
e03f39023f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      conf/distro/include/tcmode-external-oe-sdk.inc

+ 3 - 0
conf/distro/include/tcmode-external-oe-sdk.inc

@@ -1,5 +1,8 @@
 require conf/distro/include/tcmode-external.inc
 
+# OE-built toolchains default to this, so don't pass it explicitly
+TARGET_LDFLAGS_BUILD_ID = ""
+
 TCMODEOVERRIDES .= ":tcmode-external-oe-sdk"
 
 EXTERNAL_TARGET_SYS ?= "${TARGET_SYS}"