2008-04-25 Michael Frysinger <vapier@gentoo.org>
* configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd and targ_extra_emuls to elf32bfin.
This commit is contained in:
parent
4c8a3dd20c
commit
bec9537ec1
@ -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.
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user