mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	fix LINUX_KARCH for x86
SVN-Revision: 13986
This commit is contained in:
		
							parent
							
								
									c3f18bd112
								
							
						
					
					
						commit
						cdca343745
					
				@ -53,7 +53,7 @@ ifneq (,$(findstring uml,$(BOARD)))
 | 
				
			|||||||
  LINUX_KARCH:=um
 | 
					  LINUX_KARCH:=um
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  ifeq (,$(LINUX_KARCH))
 | 
					  ifeq (,$(LINUX_KARCH))
 | 
				
			||||||
    LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
 | 
					    LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/x86/' \
 | 
				
			||||||
	  -e 's/mipsel/mips/' \
 | 
						  -e 's/mipsel/mips/' \
 | 
				
			||||||
	  -e 's/mipseb/mips/' \
 | 
						  -e 's/mipseb/mips/' \
 | 
				
			||||||
	  -e 's/sh[234]/sh/' \
 | 
						  -e 's/sh[234]/sh/' \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user