projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d975cbc
)
ARC: build: retire old toggles
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 21 Oct 2016 23:04:37 +0000
(16:04 -0700)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 28 Oct 2016 17:10:27 +0000
(10:10 -0700)
These are really ancient toggles and tools no longer require them to be
passed. This paves way for deprecating them in long run.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
patch
|
blob
|
history
diff --git
a/arch/arc/Makefile
b/arch/arc/Makefile
index
aa82d13
..
864adad
100644
(file)
--- a/
arch/arc/Makefile
+++ b/
arch/arc/Makefile
@@
-50,9
+50,6
@@
atleast_gcc44 := $(call cc-ifversion, -ge, 0404, y)
cflags-$(atleast_gcc44) += -fsection-anchors
-cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
-cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape
-
ifdef CONFIG_ISA_ARCV2
ifndef CONFIG_ARC_HAS_LL64