mediatek: activate fpu feature flag
The arm CPUs uses in the supported Mediatket SoCs have a FPU accordingly to the datasheet, activate it also. The CPU subtype "neon-vfpv4" is selected, but the toolcahin generated for this SoC will still be compiled with soft float and not with the hard float ABI as we haven't the fpu feature flag set. If this toolchain is reused by other targets this will even affect other targets. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		 Hauke Mehrtens
					Hauke Mehrtens
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							da52dd0c83
						
					
				
				
					commit
					3594447a7d
				
			| @@ -6,7 +6,7 @@ ARCH:=arm | |||||||
| BOARD:=mediatek | BOARD:=mediatek | ||||||
| BOARDNAME:=MediaTek Ralink ARM | BOARDNAME:=MediaTek Ralink ARM | ||||||
| SUBTARGETS:=32 | SUBTARGETS:=32 | ||||||
| FEATURES:=squashfs nand ubifs | FEATURES:=squashfs nand ubifs fpu | ||||||
| MAINTAINER:=John Crispin <john@phrozen.org> | MAINTAINER:=John Crispin <john@phrozen.org> | ||||||
|  |  | ||||||
| KERNEL_PATCHVER:=4.9 | KERNEL_PATCHVER:=4.9 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user