All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH]:config.guess: Inclusion of ppc64le architecture
@ 2014-01-14 12:29 Anasuya M Shankar
  2014-01-14 12:45 ` chrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Anasuya M Shankar @ 2014-01-14 12:29 UTC (permalink / raw)
  To: ltp-list

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

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

end of thread, other threads:[~2014-01-14 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 12:29 [LTP] [PATCH]:config.guess: Inclusion of ppc64le architecture Anasuya M Shankar
2014-01-14 12:45 ` chrubis

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.