commit 8affdf3

Michael Forney  ·  2026-04-30 04:30:35 +0000 UTC
parent 496cbaf
binutils: Fix build on aarch64

This source is needed for targets that use object attributes.
1 files changed,  +3, -0
+3, -0
 1@@ -319,6 +319,9 @@ sub('gas.ninja', function()
 2 			config/(obj-elf.c atof-ieee.c)
 3 		)
 4 	]]
 5+	if arch == 'aarch64' then
 6+		table.insert(srcs, 'gas/config/obj-elf-attr.c')
 7+	end
 8 	exe('bin/as', {
 9 		srcs,
10 		'gas/config/tc-'..targ.archs[1]..'.c',