diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 647622d..33899e5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-04-25 Michael Frysinger <vapier@gentoo.org> + + * configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd + and targ_extra_emuls to elf32bfin. + 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. diff --git a/ld/configure.tgt b/ld/configure.tgt index 03143d8..d114f2d 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 ;; |