All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master 1/1] toolchain-crosstool-ng: fix arch for powerpc
@ 2010-10-13 20:10 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2010-10-13 20:10 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=2b721e9c11fae9bd3a836da19d679949e0788283
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/toolchain-crosstool-ng/crosstool-ng.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
index 34e2ed9..5ce0b86 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
@@ -115,6 +115,7 @@ else ifeq ($(BR2_mipsel),y)
 CTNG_ARCH   := mips
 CTNG_ENDIAN := LE
 else ifeq ($(BR2_powerpc),y)
+CTNG_ARCH   := powerpc
 CTNG_BIT    := 32
 else ifeq ($(BR2_x86_64),y)
 CTNG_ARCH   := x86
-- 
1.7.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-13 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-13 20:10 [Buildroot] [git commit master 1/1] toolchain-crosstool-ng: fix arch for powerpc Peter Korsgaard

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.