diff options
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index ea01ccf..3f49485 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -231,14 +231,6 @@ arm*-*-linux-*) targ_emul=armelf_linux targ_extra_emuls="armelf armelfb armelfb_linux" targ_extra_libpath="armelfb_linux" ;; -arm*b-*-nacl*) targ_emul=armelfb_nacl - targ_extra_emuls="armelf_nacl" - targ_extra_libpath=$targ_extra_emuls - ;; -arm*-*-nacl*) targ_emul=armelf_nacl - targ_extra_emuls="armelfb_nacl" - targ_extra_libpath=$targ_extra_emuls - ;; arm*-*-uclinux*eabi*) targ_emul=armelf_linux_eabi targ_extra_emuls=armelfb_linux_eabi targ_extra_libpath=$targ_extra_emuls |