mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
(bfin-*-linux-uclibc*): New target.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||||
|
|
||||||
|
* configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
|
||||||
|
(bfin-*-linux-uclibc*): New target.
|
||||||
|
|
||||||
2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
|
2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
|
||||||
|
|
||||||
* pe-dll.c (make_one): Use pc-relative relocation instead of an
|
* pe-dll.c (make_one): Use pc-relative relocation instead of an
|
||||||
|
@ -109,8 +109,18 @@ xscale-*-elf) targ_emul=armelf
|
|||||||
avr-*-*) targ_emul=avr2
|
avr-*-*) targ_emul=avr2
|
||||||
targ_extra_emuls="avr1 avr3 avr4 avr5 avr6"
|
targ_extra_emuls="avr1 avr3 avr4 avr5 avr6"
|
||||||
;;
|
;;
|
||||||
bfin-*-elf) targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
|
bfin-*-elf) targ_emul=elf32bfin;
|
||||||
bfin-*-uclinux*) targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
|
targ_extra_emuls="elf32bfinfd"
|
||||||
|
targ_extra_libpath=$targ_extra_emuls
|
||||||
|
;;
|
||||||
|
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"
|
||||||
|
targ_extra_libpath=$targ_extra_emuls
|
||||||
|
;;
|
||||||
cr16c-*-elf*) targ_emul=elf32cr16c
|
cr16c-*-elf*) targ_emul=elf32cr16c
|
||||||
;;
|
;;
|
||||||
cris-*-*aout*) targ_emul=crisaout
|
cris-*-*aout*) targ_emul=crisaout
|
||||||
|
Reference in New Issue
Block a user