On Wed, 2021-09-15 at 13:30 -0700, Reinette Chatre wrote:
From: Sean Christopherson sean.j.christopherson@intel.com
Pass a build id of "none" to the linker to suppress a warning about the build id being ignored:
/usr/bin/ld: warning: .note.gnu.build-id section discarded, --build-id ignored.
Link: https://lore.kernel.org/linux-sgx/20191017030340.18301-2-sean.j.christophers... Co-developed-by: Cedric Xing cedric.xing@intel.com Signed-off-by: Cedric Xing cedric.xing@intel.com Signed-off-by: Sean Christopherson sean.j.christopherson@intel.com Signed-off-by: Reinette Chatre reinette.chatre@intel.com
Reviewed-by: Jarkko Sakkinen jarkko@kernel.org
/Jarkko