ld:
* configure.tgt (x86_64-*-solaris2*): Use $targ_extra_emuls for targ_extra_libpath.
This commit is contained in:
parent
98dd765af1
commit
e0d08d4b30
@ -1,3 +1,8 @@
|
||||
2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.tgt (x86_64-*-solaris2*): Use $targ_extra_emuls for
|
||||
targ_extra_libpath.
|
||||
|
||||
2011-11-01 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32rl78.c.
|
||||
|
@ -205,7 +205,7 @@ i[3-7]86-*-solaris2*) targ_emul=elf_i386_sol2
|
||||
x86_64-*-solaris2*)
|
||||
targ_emul=elf_x86_64_sol2
|
||||
targ_extra_emuls="elf_x86_64 elf_i386_sol2 elf_i386_ldso elf_i386 elf_l1om elf_k1om"
|
||||
targ_extra_libpath=elf_i386
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;;
|
||||
i[3-7]86-*-unixware) targ_emul=elf_i386 ;;
|
||||
i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
|
||||
|
Loading…
x
Reference in New Issue
Block a user