From 83851333cb0a8d2fcae32df1cf3d20f7d7863066 Mon Sep 17 00:00:00 2001 From: darren-amd Date: Wed, 29 Jan 2025 10:37:47 -0500 Subject: [PATCH] Change use of bundler --- Tensile/BuildCommands/SharedCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensile/BuildCommands/SharedCommands.py b/Tensile/BuildCommands/SharedCommands.py index adff0ebfc..b9e5afca3 100644 --- a/Tensile/BuildCommands/SharedCommands.py +++ b/Tensile/BuildCommands/SharedCommands.py @@ -25,7 +25,7 @@ def compressCodeObject( "--compress", "--type=o", "--bundle-align=4096", - f"--targets=host-x86_64-unknown-linux,hipv4-amdgcn-amd-amdhsa--{gfx}", + f"--targets=host-x86_64-unknown-linux-gnu,hipv4-amdgcn-amd-amdhsa--{gfx}", f"--input={os.devnull}", f"--input={str(coPathSrc)}", f"--output={str(coPathDest)}",