浏览代码

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}"