u-boot.mk: add HOST_LDFLAGS to UBOOT_MAKE_FLAGS
This will make sure that the build system's paths for linking are available. This is needed mostly for linking with tools/libressl. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
		 Alexandru Ardelean
					Alexandru Ardelean
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							df9781a420
						
					
				
				
					commit
					c72e6582c0
				
			| @@ -43,7 +43,7 @@ TARGET_DEP = TARGET_$(BUILD_TARGET)$(if $(BUILD_SUBTARGET),_$(BUILD_SUBTARGET)) | |||||||
| UBOOT_MAKE_FLAGS = \ | UBOOT_MAKE_FLAGS = \ | ||||||
| 	HOSTCC="$(HOSTCC)" \ | 	HOSTCC="$(HOSTCC)" \ | ||||||
| 	HOSTCFLAGS="$(HOST_CFLAGS) $(HOST_CPPFLAGS)" \ | 	HOSTCFLAGS="$(HOST_CFLAGS) $(HOST_CPPFLAGS)" \ | ||||||
| 	HOSTLDFLAGS="" | 	HOSTLDFLAGS="$(HOST_LDFLAGS)" | ||||||
|  |  | ||||||
| define Build/U-Boot/Target | define Build/U-Boot/Target | ||||||
|   $(eval $(call U-Boot/Init,$(1))) |   $(eval $(call U-Boot/Init,$(1))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user