mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	sdk: rename file to mention target/subtarget and move host system to suffix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44312
This commit is contained in:
		
							parent
							
								
									e9c10a0c8e
								
							
						
					
					
						commit
						f52a62d600
					
				@ -12,10 +12,7 @@ include $(INCLUDE_DIR)/version.mk
 | 
			
		||||
 | 
			
		||||
override MAKEFLAGS=
 | 
			
		||||
 | 
			
		||||
PKG_OS:=$(word 2,$(subst -, ,$(shell $(HOSTCC) -dumpmachine)))
 | 
			
		||||
PKG_CPU:=$(word 1,$(subst -, ,$(shell $(HOSTCC) -dumpmachine)))
 | 
			
		||||
 | 
			
		||||
SDK_NAME:=OpenWrt-SDK-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV)
 | 
			
		||||
SDK_NAME:=OpenWrt-SDK-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))_gcc-$(GCCV)$(DIR_SUFFIX).$(HOST_OS)-$(HOST_ARCH)
 | 
			
		||||
SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME)
 | 
			
		||||
 | 
			
		||||
STAGING_SUBDIR_HOST := staging_dir/host
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user