diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-09-20 07:25:30 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-10-03 23:36:49 -0400 |
commit | d9bc84a808572451f95fb1dde80cb8d12be05665 (patch) | |
tree | cbe6b31a07580ac2c162a155ee524d62f8679996 | |
parent | bd6d3588c834e3087ad0229ff0da651bbccf5e24 (diff) |
arc: remove redundant UTS_MACHINE define in arch/arc/Makefile
The top-level Makefile sets the default of UTS_MACHINE to $(ARCH).
If ARCH and UTS_MACHINE match, arch/$(ARCH)/Makefile need not specify
UTS_MACHINE explicitly.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 3a4b52b7e09d..d37f49d6a27f 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -6,8 +6,6 @@ | |||
6 | # published by the Free Software Foundation. | 6 | # published by the Free Software Foundation. |
7 | # | 7 | # |
8 | 8 | ||
9 | UTS_MACHINE := arc | ||
10 | |||
11 | ifeq ($(CROSS_COMPILE),) | 9 | ifeq ($(CROSS_COMPILE),) |
12 | ifndef CONFIG_CPU_BIG_ENDIAN | 10 | ifndef CONFIG_CPU_BIG_ENDIAN |
13 | CROSS_COMPILE := arc-linux- | 11 | CROSS_COMPILE := arc-linux- |