treewide: opt-out of tree-wide LTO usage
These fail to build with LTO enabled or packages depending on them do. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Christian Marangi
					
				
			
			
				
	
			
			
			
						parent
						
							aef8bab9d7
						
					
				
				
					commit
					9fe7cc62a6
				
			@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 | 
			
		||||
PKG_NAME:=mbedtls
 | 
			
		||||
PKG_VERSION:=2.28.2
 | 
			
		||||
PKG_RELEASE:=2
 | 
			
		||||
PKG_BUILD_FLAGS:=no-mips16 gc-sections
 | 
			
		||||
PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto
 | 
			
		||||
 | 
			
		||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 | 
			
		||||
PKG_SOURCE_URL:=https://codeload.github.com/ARMmbed/mbedtls/tar.gz/v$(PKG_VERSION)?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user