projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0470e7
)
octeontx: remove CFLAGS
author
Tim Harvey
<tharvey@gateworks.com>
Tue, 20 Feb 2018 18:23:15 +0000
(10:23 -0800)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 22 Feb 2018 12:12:06 +0000
(13:12 +0100)
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>
target/linux/octeontx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/octeontx/Makefile
b/target/linux/octeontx/Makefile
index bbe8149b0b31a30a620a5a4ffd76397110a28234..ecac1527b7d22075835ba4ced75a5affda654999 100644
(file)
--- 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>