diff --git a/ld/ChangeLog b/ld/ChangeLog index 647622d28e..33899e5267 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-04-25 Michael Frysinger + + * configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd + and targ_extra_emuls to elf32bfin. + 2008-04-23 Paolo Bonzini * aclocal.m4: Regenerate. diff --git a/ld/configure.tgt b/ld/configure.tgt index 03143d80ca..d114f2d0be 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -121,8 +121,8 @@ bfin-*-uclinux*) targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" targ_extra_libpath=$targ_extra_emuls ;; -bfin-*-linux-uclibc*) targ_emul=elf32bfin; - targ_extra_emuls="elf32bfinfd" +bfin-*-linux-uclibc*) targ_emul=elf32bfinfd; + targ_extra_emuls="elf32bfin" targ_extra_libpath=$targ_extra_emuls ;; cr16-*-elf*) targ_emul=elf32cr16 ;;