Merge commit '39f3b6f3fc2b46b405b680cce3599f1b370e342d'
* commit '39f3b6f3fc2b46b405b680cce3599f1b370e342d': configure: Move add_fooflags() helper functions into canonical order Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		
						commit
						ce265b0bf5
					
				
							
								
								
									
										16
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@ -899,14 +899,14 @@ add_cxxflags(){
 | 
			
		||||
    append CXXFLAGS $($cflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_asflags(){
 | 
			
		||||
    append ASFLAGS $($asflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_objcflags(){
 | 
			
		||||
    append OBJCFLAGS $($objcflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_asflags(){
 | 
			
		||||
    append ASFLAGS $($asflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_ldflags(){
 | 
			
		||||
    append LDFLAGS $($ldflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
@ -919,14 +919,14 @@ add_ldsoflags(){
 | 
			
		||||
    append LDSOFLAGS $($ldflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_stripflags(){
 | 
			
		||||
    append ASMSTRIPFLAGS "$@"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_extralibs(){
 | 
			
		||||
    prepend extralibs $($ldflags_filter "$@")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_stripflags(){
 | 
			
		||||
    append ASMSTRIPFLAGS "$@"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
add_host_cppflags(){
 | 
			
		||||
    append host_cppflags "$@"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user