From 728fa2f69b9249f2e86d00cb6aad7ce608b9689a Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 12 Jun 2003 05:48:06 +0000 Subject: [PATCH] * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations to $targ_extra_libpath. --- ld/ChangeLog | 5 +++++ ld/configure.tgt | 1 + 2 files changed, 6 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 7f25d6d3b7f..ce04fdd9ee7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-06-12 Richard Sandiford + + * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations + to $targ_extra_libpath. + 2003-06-11 H.J. Lu * po/Make-in (DESTDIR): New. diff --git a/ld/configure.tgt b/ld/configure.tgt index d8560ac6407..42c79dca422 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -387,6 +387,7 @@ mips*-dec-osf*) targ_emul=mipslit ;; mips*-sgi-irix5*) targ_emul=elf32bsmip ;; mips*-sgi-irix6*) targ_emul=elf32bmipn32 targ_extra_emuls="elf32bsmip elf64bmip" + targ_extra_libpath=$targ_extra_emuls ;; mips*-sgi-irix*) targ_emul=mipsbig ;; mips*el-*-ecoff*) targ_emul=mipsidtl ;; -- 2.30.2