Skip to content
Snippets Groups Projects
Commit d6e35a7e authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Fix toolchain build.

The toolchain does not like arch and cpu to be defined simultaneously.
parent 585c25eb
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ BOARD:=iopsys-brcm63xx-arm
BOARDNAME:=Iopsys Broadcom ARM
FEATURES:=usb jffs2_nand nand ubifs
MAINTAINER:=Benjamin Larsson <benjamin.larsson@inteno.se>
CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
CFLAGS:=-Os -pipe -mfpu=vfpv3-d16 -mfloat-abi=softfp
CFLAGS += -DCONFIG_TARGET_iopsys_brcm63xx_arm
LINUX_VERSION:=4.1.27
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment