diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-10-22 01:04:37 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-10-28 19:10:27 +0200 |
commit | c3005475889c7c730638f95d13be3360f0b33e98 (patch) | |
tree | 6f9e3d290b848ecbababf93f1fb6cbe4851c1f29 /arch/arc/Makefile | |
parent | ARC: boot log: refactor cpu name/release printing (diff) | |
download | linux-c3005475889c7c730638f95d13be3360f0b33e98.tar.xz linux-c3005475889c7c730638f95d13be3360f0b33e98.zip |
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: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index aa82d13d4213..864adad52280 100644 --- 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 |