mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	x86/um: thin archives build fix
The linker does not like vdso-syms.lds in input archive files. Make it an extra-y instead. Cc: Jeff Dike <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Cc: user-mode-linux-devel@lists.sourceforge.net Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		
							parent
							
								
									d6d62a1c1e
								
							
						
					
					
						commit
						827880ec26
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -53,7 +53,7 @@ CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
 | 
			
		|||
CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
 | 
			
		||||
 | 
			
		||||
targets += vdso-syms.lds
 | 
			
		||||
obj-$(VDSO64-y)			+= vdso-syms.lds
 | 
			
		||||
extra-$(VDSO64-y)			+= vdso-syms.lds
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Match symbols in the DSO that look like VDSO*; produce a file of constants.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue