--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/third_party/gpus/crosstool/hipcc_cc_toolchain_config.bzl.tpl +++ b/third_party/gpus/crosstool/hipcc_cc_toolchain_config.bzl.tpl @@ -69,16 +69,16 @@ def _impl(ctx): tool_paths = [ tool_path(name = "gcc", path = ctx.attr.host_compiler_path), - tool_path(name = "ar", path = ctx.attr.host_compiler_prefix + "/ar"), - tool_path(name = "compat-ld", path = ctx.attr.host_compiler_prefix + "/ld"), + tool_path(name = "ar", path = "/var/tmp/portage/sci-libs/tensorflow-2.2.0/temp/gcc-ar.sh"), + tool_path(name = "compat-ld", path = "/usr/bin/ld"), tool_path(name = "cpp", path = ctx.attr.host_compiler_prefix + "/cpp"), - tool_path(name = "dwp", path = ctx.attr.host_compiler_prefix + "/dwp"), + tool_path(name = "dwp", path = "/usr/bin/dwp"), tool_path(name = "gcov", path = ctx.attr.host_compiler_prefix + "/gcov"), - tool_path(name = "ld", path = ctx.attr.host_compiler_prefix + "/ld"), - tool_path(name = "nm", path = ctx.attr.host_compiler_prefix + "/nm"), - tool_path(name = "objcopy", path = ctx.attr.host_compiler_prefix + "/objcopy"), - tool_path(name = "objdump", path = ctx.attr.host_compiler_prefix + "/objdump"), - tool_path(name = "strip", path = ctx.attr.host_compiler_prefix + "/strip"), + tool_path(name = "ld", path = "/usr/bin/ld"), + tool_path(name = "nm", path = ctx.attr.host_compiler_prefix + "/gcc-nm"), + tool_path(name = "objcopy", path = "/usr/bin/objcopy"), + tool_path(name = "objdump", path = "/usr/bin/objdump"), + tool_path(name = "strip", path = "/usr/bin/strip"), ] action_configs = []