public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: binutils@sources.redhat.com
Subject: PATCH: Enable elf64ppc for Linux/ppc
Date: Wed, 31 Jul 2002 13:21:00 -0000	[thread overview]
Message-ID: <20020731124857.B27974@lucon.org> (raw)

[-- 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*)

             reply	other threads:[~2002-07-31 19:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-31 13:21 H. J. Lu [this message]
2002-07-31 23:34 ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020731124857.B27974@lucon.org \
    --to=hjl@lucon.org \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).