Skip to content
Snippets Groups Projects
Commit c3005475 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: build: retire old toggles


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: default avatarVineet Gupta <vgupta@synopsys.com>
parent d975cbc8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment