diff options
author | Tim Harvey <tharvey@gateworks.com> | 2018-02-20 10:23:15 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-22 13:12:06 +0100 |
commit | 10280d9e229ba3ebb4b78d2beef27243d9bfc89c (patch) | |
tree | da7669638527e2923623f31313f6d6d913c514dc /target/linux | |
parent | c0470e7917c0c5ccec4e91f32ce124900114eef6 (diff) | |
download | upstream-10280d9e229ba3ebb4b78d2beef27243d9bfc89c.tar.gz upstream-10280d9e229ba3ebb4b78d2beef27243d9bfc89c.tar.bz2 upstream-10280d9e229ba3ebb4b78d2beef27243d9bfc89c.zip |
octeontx: remove CFLAGS
You should not define CFLAGS for the toolchain as this will also leak
into other targets if they share the same toolchain.
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/octeontx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index bbe8149b0b..ecac1527b7 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -10,7 +10,6 @@ ARCH:=aarch64 BOARD:=octeontx BOARDNAME:=Octeon-TX FEATURES:=targz pcie gpio rtc usb -CFLAGS:=-Os -pipe -fno-caller-saves MAINTAINER:=Tim Harvey <tharvey@gateworks.com> |