1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

build: fix typo

vfp3 should be named vfpv3

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38222
This commit is contained in:
Luka Perkov 2013-09-26 22:43:06 +00:00
parent 68ebb4d0a2
commit 4fa3e3aae9
4 changed files with 4 additions and 4 deletions

View File

@ -227,7 +227,7 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_mpcore = -march=armv6k -mtune=mpcore
CPU_CFLAGS_xscale = march=armv5te -mtune=xscale
CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
CPU_CFLAGS_vfp3 = -mfpu=vfp3-d16 -mfloat-abi=softfp
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
endif
ifeq ($(ARCH),powerpc)
CPU_CFLAGS_603e:=-mcpu=603e

View File

@ -11,7 +11,7 @@ BOARD:=imx6
BOARDNAME:=Freescale i.MX 6 Series
FEATURES:=audio display gpio pcie usb usbgadget squashfs targz
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfp3
CPU_SUBTYPE:=vfpv3
MAINTAINER:=Luka Perkov <luka@openwrt.org>
LINUX_VERSION:=3.10.12

View File

@ -11,7 +11,7 @@ BOARD:=mvebu
BOARDNAME:=Marvell Armada XP/370
FEATURES:=targz usb pci pcie gpio
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfp3
CPU_SUBTYPE:=vfpv3
LINUX_VERSION:=3.8.13

View File

@ -11,7 +11,7 @@ BOARD:=omap4
BOARDNAME:=TI OMAP4
FEATURES:=usb targz audio display
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfp3
CPU_SUBTYPE:=vfpv3
LINUX_VERSION:=3.3.8