layerscape: activate fpu feature
The CPU sub type was set to a CPU version with FPU, but the FPU feature was not activated before, so a soft float toolchain was created. Activate also the FPU feature to create the correct toolchain. 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
						
							01cc6bd495
						
					
				
				
					commit
					597de6904c
				
			| @@ -10,7 +10,7 @@ BOARD:=layerscape | |||||||
| BOARDNAME:=NXP Layerscape | BOARDNAME:=NXP Layerscape | ||||||
| DEVICE_TYPE:=developerboard | DEVICE_TYPE:=developerboard | ||||||
| KERNEL_PATCHVER:=4.9 | KERNEL_PATCHVER:=4.9 | ||||||
| FEATURES:=squashfs nand usb pcie gpio | FEATURES:=squashfs nand usb pcie gpio fpu | ||||||
| SUBTARGETS:=armv8_64b armv8_32b | SUBTARGETS:=armv8_64b armv8_32b | ||||||
| MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> | MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user