* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
targ_extra_libpath.
This commit is contained in:
parent
a8dbcb8573
commit
0faaaeb8fc
@ -1,3 +1,8 @@
|
||||
2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
|
||||
targ_extra_libpath.
|
||||
|
||||
2006-06-23 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* pe-dll.c (pe_details_type): Add new pointer for symbols list
|
||||
|
@ -163,10 +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
|
||||
;;
|
||||
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
|
||||
;;
|
||||
i[3-7]86-*-netbsdelf* | \
|
||||
i[3-7]86-*-netbsd*-gnu* | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user