summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorGreentime Hu <greentime@andestech.com>2018-03-07 11:59:23 +0300
committerGreentime Hu <greentime@andestech.com>2018-03-16 10:45:22 +0300
commite115807657633432b97549d3bd83a74179603c0c (patch)
tree805fe2fe5ca65d24453c0546c1729e35389524e5 /init
parentc601a89115cbc3ccd51468295d28cfae47cc5410 (diff)
downloadlinux-e115807657633432b97549d3bd83a74179603c0c.tar.xz
nds32: fix building failed if using elf toolchain.
OUTPUT_FORMAT is not necessary here and the elf toolchain doesn't support these formats. Since kernel should be built pass with elf or Linux toolchain. This can be removed from vdso.ld.S These are the built failed messages. VDSOL arch/nds32/kernel/vdso/vdso.so.dbg /home/users/greentime/tmp/nds32le-elf-newlib-v3-upstream-b224/bin/../lib/gcc/nds32le-elf/8.0.1/../../../../nds32le-elf/bin/ld: target elf32-nds32le-linux not found collect2: error: ld returned 1 exit status make[1]: *** [arch/nds32/kernel/vdso/vdso.so.dbg] Error 1 make: *** [vdso_prepare] Error 2 Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions