diff options
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/configure.tgt | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 798d2fc..eb5ac83 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/configure.tgt b/ld/configure.tgt index 0246b42..d1fc690 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;; |