diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-02-15 23:12:57 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-02-18 07:00:03 -0500 |
commit | 0eca6fdb3193410fbe66b6f064431cc394513e82 (patch) | |
tree | d8b32d4dff59fb93fc423804d79a66b4d0fd118d /arch/arc/Makefile | |
parent | 18558cae0272f8fd9647e69d3fec1565a7949865 (diff) |
ARC: Assume multiplier is always present
It is unlikely that designs running Linux will not have multiplier.
Further the current support is not complete as tool don't generate a
multilib w/o multiplier.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index aeb19021099e..c8230f3395f2 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile | |||
@@ -74,10 +74,6 @@ ldflags-$(CONFIG_CPU_BIG_ENDIAN) += -EB | |||
74 | # --build-id w/o "-marclinux". Default arc-elf32-ld is OK | 74 | # --build-id w/o "-marclinux". Default arc-elf32-ld is OK |
75 | ldflags-$(upto_gcc44) += -marclinux | 75 | ldflags-$(upto_gcc44) += -marclinux |
76 | 76 | ||
77 | ifndef CONFIG_ARC_HAS_HW_MPY | ||
78 | cflags-y += -mno-mpy | ||
79 | endif | ||
80 | |||
81 | LIBGCC := $(shell $(CC) $(cflags-y) --print-libgcc-file-name) | 77 | LIBGCC := $(shell $(CC) $(cflags-y) --print-libgcc-file-name) |
82 | 78 | ||
83 | # Modules with short calls might break for calls into builtin-kernel | 79 | # Modules with short calls might break for calls into builtin-kernel |