PR ld/3843
authorNick Clifton <nickc@redhat.com>
Mon, 8 Jan 2007 15:38:59 +0000 (15:38 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Jan 2007 15:38:59 +0000 (15:38 +0000)
* configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and tdir_elf_i386_fbsd.

ld/ChangeLog
ld/configure.tgt

index 798d2fc5e526a56d525a824093b18747e65875db..eb5ac8382bfc18ab8ade3e6b48c22395dba0eccf 100644 (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.
index 0246b4260c82b4291c0c74719ed059b91d9f1205..d1fc690377387b91f1f743b169c7e90c8b810873 100644 (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 ;;
This page took 0.02815 seconds and 4 git commands to generate.