1
0
Fork 0
alistair23-linux/arch/nds32/kernel/vdso
Greentime Hu e115807657 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>
2018-03-16 15:45:22 +08:00
..
Makefile nds32: VDSO support 2018-02-22 10:44:33 +08:00
datapage.S nds32: VDSO support 2018-02-22 10:44:33 +08:00
gen_vdso_offsets.sh nds32: VDSO support 2018-02-22 10:44:33 +08:00
gettimeofday.c nds32: VDSO support 2018-02-22 10:44:33 +08:00
note.S nds32: VDSO support 2018-02-22 10:44:33 +08:00
sigreturn.S nds32: VDSO support 2018-02-22 10:44:33 +08:00
vdso.S nds32: VDSO support 2018-02-22 10:44:33 +08:00
vdso.lds.S nds32: fix building failed if using elf toolchain. 2018-03-16 15:45:22 +08:00