]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcn: Add missing space to ASM_SPEC in gcn-hsa.h
authorTobias Burnus <tburnus@baylibre.com>
Thu, 25 Jan 2024 14:43:50 +0000 (15:43 +0100)
committerTobias Burnus <tburnus@baylibre.com>
Thu, 25 Jan 2024 14:43:50 +0000 (15:43 +0100)
gcc/
* config/gcn/gcn-hsa.h (ASM_SPEC): Add space after -mxnack= argument.

gcc/config/gcn/gcn-hsa.h

index bf7079fbbc62d8b1879f60eb2b6ca5778253c1bd..f5de0d2969f158785bd9e02ada3d7e16c8ba50eb 100644 (file)
@@ -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"