All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anasuya M Shankar <anasuya@linux.vnet.ibm.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH]:config.guess: Inclusion of ppc64le architecture
Date: Tue, 14 Jan 2014 17:59:36 +0530	[thread overview]
Message-ID: <52D52DB0.3020003@linux.vnet.ibm.com> (raw)

The patch is to provide support for power little endian architecture.
The ./configure command fails when this is not taken care on ppc64le 
machines.

Signed-off-by: Anasuya M Shankar <anasuya@linux.vnet.ibm.com>

--- config.guess.orig    2014-01-14 17:21:55.601214002 +0530
+++ config.guess    2014-01-14 17:22:13.746971128 +0530
@@ -952,6 +952,9 @@ EOF
      ppc64:Linux:*:*)
      echo powerpc64-unknown-linux-gnu
      exit ;;
+    ppc64le:Linux:*:*)
+        echo powerpc64le-unknown-linux-gnu
+        exit ;;
      ppc:Linux:*:*)
      echo powerpc-unknown-linux-gnu
      exit ;;

Thanks
Anasuya M Shankar.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2014-01-14 12:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 12:29 Anasuya M Shankar [this message]
2014-01-14 12:45 ` [LTP] [PATCH]:config.guess: Inclusion of ppc64le architecture chrubis

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=52D52DB0.3020003@linux.vnet.ibm.com \
    --to=anasuya@linux.vnet.ibm.com \
    --cc=ltp-list@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.