* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
typo setting targ_extra_libpath.
This commit is contained in:
parent
2ccdbfcc9a
commit
d19628a59d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-07-14 Michael Wetherell <mike.wetherell@ntlworld.com>
|
||||
|
||||
* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
|
||||
typo setting targ_extra_libpath.
|
||||
|
||||
2006-07-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* scripttempl/elf.sc: Add .gnu.hash section.
|
||||
|
|
|
@ -163,12 +163,12 @@ x86_64-*-linux-*) targ_emul=elf_x86_64
|
|||
i[3-7]86-*-sysv[45]*) targ_emul=elf_i386 ;;
|
||||
i[3-7]86-*-solaris2*) targ_emul=elf_i386_ldso
|
||||
targ_extra_emuls="elf_i386 elf_x86_64"
|
||||
targ_extra_libpath=$target_extra_emuls
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
;;
|
||||
i[3-7]86-*-unixware) targ_emul=elf_i386 ;;
|
||||
i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
|
||||
targ_extra_emuls="elf_i386"
|
||||
targ_extra_libpath=$target_extra_emuls
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
;;
|
||||
i[3-7]86-*-netbsdelf* | \
|
||||
i[3-7]86-*-netbsd*-gnu* | \
|
||||
|
|
Loading…
Reference in a new issue