public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Enable elf64ppc for Linux/ppc
@ 2002-07-31 13:21 H. J. Lu
  2002-07-31 23:34 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: H. J. Lu @ 2002-07-31 13:21 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

This patch enables elf64ppc for Linux/ppc if 64bit BFD is selected.


H.J.

[-- Attachment #2: binutils-ppc.patch --]
[-- Type: text/plain, Size: 673 bytes --]

2002-06-25  H.J. Lu <hjl@gnu.org>

	* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
	--enable-64-bit-bfd.

--- binutils/ld/configure.tgt.64bit	Tue Jun 18 20:44:30 2002
+++ binutils/ld/configure.tgt	Tue Jun 25 10:10:48 2002
@@ -438,7 +438,11 @@ powerpc*-*-linux*)
 		tdir_elf32ppcsim=$tdir_elf32ppc ;;
 	*)	targ_emul=elf32ppclinux
 		targ_extra_emuls="elf32ppc elf32ppcsim"
-		targ_extra_libpath=elf32ppc ;;
+		targ_extra_libpath=elf32ppc
+		if test "${want64}" = "true"; then
+		  targ_extra_emuls="$targ_extra_emuls elf64ppc"
+		fi
+		;;
 	esac ;;
 powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
   | powerpc*le-*-sysv* | powerpc*le-*-vxworks*)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: Enable elf64ppc for Linux/ppc
  2002-07-31 13:21 PATCH: Enable elf64ppc for Linux/ppc H. J. Lu
@ 2002-07-31 23:34 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2002-07-31 23:34 UTC (permalink / raw)
  To: H. J. Lu; +Cc: binutils

Hi H.J.

> This patch enables elf64ppc for Linux/ppc if 64bit BFD is selected.

> 2002-06-25  H.J. Lu <hjl@gnu.org>
> 
> 	* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
> 	--enable-64-bit-bfd.

Approved.

Cheers
        Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-01  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-31 13:21 PATCH: Enable elf64ppc for Linux/ppc H. J. Lu
2002-07-31 23:34 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).