summaryrefslogtreecommitdiffstats
path: root/arch/nds32/Makefile
diff options
context:
space:
mode:
authorGreentime Hu2018-04-19 05:06:31 +0200
committerGreentime Hu2018-05-23 07:26:20 +0200
commitaeaa7af744fadf5fa03bdea2d12ecc0fa2a41542 (patch)
tree20bb61f725d8559c5b913d3ced8ead5d518bca11 /arch/nds32/Makefile
parentLinux 4.17-rc6 (diff)
downloadkernel-qcow2-linux-aeaa7af744fadf5fa03bdea2d12ecc0fa2a41542.tar.gz
kernel-qcow2-linux-aeaa7af744fadf5fa03bdea2d12ecc0fa2a41542.tar.xz
kernel-qcow2-linux-aeaa7af744fadf5fa03bdea2d12ecc0fa2a41542.zip
nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.
We can use the generic lib to fix these error because the symbol of libgcc in toolchain is not exported. ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined! ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__lshrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__ashldi3" [fs/ntfs/ntfs.ko] undefined! ... Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/nds32/Makefile')
-rw-r--r--arch/nds32/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nds32/Makefile b/arch/nds32/Makefile
index 91f933d5a962..20edf34e70ce 100644
--- a/arch/nds32/Makefile
+++ b/arch/nds32/Makefile
@@ -23,9 +23,6 @@ export TEXTADDR
# If we have a machine-specific directory, then include it in the build.
core-y += arch/nds32/kernel/ arch/nds32/mm/
libs-y += arch/nds32/lib/
-LIBGCC_PATH := \
- $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
-libs-y += $(LIBGCC_PATH)
ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""'
BUILTIN_DTB := y