mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	fix ARCH_SUFFIX for mips64{,el}r2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35688
This commit is contained in:
		
							parent
							
								
									4341b11f3e
								
							
						
					
					
						commit
						2d9e89b24c
					
				
							
								
								
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							@ -60,7 +60,7 @@ ifneq ($(filter -march=armv%,$(TARGET_OPTIMIZATION)),)
 | 
			
		||||
  ARCH_SUFFIX:=_$(patsubst -march=arm%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION)))
 | 
			
		||||
  GCC_ARCH:=$(patsubst -march=%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION)))
 | 
			
		||||
endif
 | 
			
		||||
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
 | 
			
		||||
ifneq ($(filter -mips%r2,$(TARGET_OPTIMIZATION)),)
 | 
			
		||||
  ARCH_SUFFIX:=_r2
 | 
			
		||||
endif
 | 
			
		||||
ifdef CONFIG_HAS_SPE_FPU
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user