diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-15 19:16:03 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-15 15:32:36 +0200 |
commit | 1ba88eabd56b57e8185e9f43b27ff693a534c8ef (patch) | |
tree | 0996ec55475c3f072fcfd477e1e94fd6f7ce8993 | |
parent | ddd18828119a12918f784589f9329ad5b4d5f5c6 (diff) | |
download | upstream-1ba88eabd56b57e8185e9f43b27ff693a534c8ef.tar.gz upstream-1ba88eabd56b57e8185e9f43b27ff693a534c8ef.tar.bz2 upstream-1ba88eabd56b57e8185e9f43b27ff693a534c8ef.zip |
octeon: remove the now redundant cpu cflags override
The flags are now properly defined in include/target.mk
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | target/linux/octeon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 4a6d974b98..5cddd2de85 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -11,7 +11,6 @@ BOARD:=octeon BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs ext4 initramfs pci usb CPU_TYPE:=octeon -CPU_CFLAGS_octeon:=-march=octeon -mabi=64 MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.4 |