From: Tobias Burnus Date: Thu, 25 Jan 2024 14:43:50 +0000 (+0100) Subject: gcn: Add missing space to ASM_SPEC in gcn-hsa.h X-Git-Tag: basepoints/gcc-15~1714 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fc39658dfe12c99e981eb1e1d8c6474da865e0b;p=thirdparty%2Fgcc.git gcn: Add missing space to ASM_SPEC in gcn-hsa.h gcc/ * config/gcn/gcn-hsa.h (ASM_SPEC): Add space after -mxnack= argument. --- diff --git a/gcc/config/gcn/gcn-hsa.h b/gcc/config/gcn/gcn-hsa.h index bf7079fbbc62..f5de0d2969f1 100644 --- a/gcc/config/gcn/gcn-hsa.h +++ b/gcc/config/gcn/gcn-hsa.h @@ -89,7 +89,7 @@ extern unsigned int gcn_local_sym_hash (const char *name); #define ASM_SPEC "-triple=amdgcn--amdhsa " \ "%{march=*:-mcpu=%*} " \ "%{!march=*|march=fiji:--amdhsa-code-object-version=3} " \ - "%{" NO_XNACK XNACKOPT "}" \ + "%{" NO_XNACK XNACKOPT "} " \ "%{" NO_SRAM_ECC SRAMOPT "} " \ "%{march=gfx1030|march=gfx1100:-mattr=+wavefrontsize64} " \ "-filetype=obj"