Skip to content

Commit d9bc84a

Browse files
masahir0yvineetgarc
authored andcommitted
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>
1 parent bd6d358 commit d9bc84a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arc/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# published by the Free Software Foundation.
77
#
88

9-
UTS_MACHINE := arc
10-
119
ifeq ($(CROSS_COMPILE),)
1210
ifndef CONFIG_CPU_BIG_ENDIAN
1311
CROSS_COMPILE := arc-linux-

0 commit comments

Comments
 (0)