PR ld/3843

* configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and tdir_elf_i386_fbsd.
This commit is contained in:
Nick Clifton 2007-01-08 15:38:59 +00:00
parent 4ed6b5be23
commit 916c46cb42
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
PR ld/3843
* configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
tdir_elf_i386_fbsd.
2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
* ldexp.c (fold_name): Issue error on undefined sections.

View File

@ -219,6 +219,9 @@ i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
targ_emul=elf_x86_64_fbsd
targ_extra_emuls="elf_i386_fbsd elf_x86_64 elf_i386"
targ_extra_libpath="elf_i386_fbsd"
tdir_elf_i386_fbsd=`echo ${targ_alias} \
| sed -e 's/x86_64/i386/'`
tdir_elf_i386=`echo ${targ_alias} \
| sed -e 's/x86_64/i386/'` ;;
i[3-7]86-*-sysv*) targ_emul=i386coff ;;