LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* How do arch/ppc and arch/powerpc differ?
@ 2008-03-02 7:02 Tetsuo Handa
2008-03-02 8:09 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Tetsuo Handa @ 2008-03-02 7:02 UTC (permalink / raw)
To: linux-kernel
Hello.
According to Documentation/SubmitChecklist,
ppc64 is a good architecture for cross-compilation checking.
I've just set up cross compiling environment for ppc64
using "crossdev -t ppc64" on Gentoo 2007.0 environment.
Now I'm trying to modify Makefile to build kernel for ppc64.
I've got a question here.
ARCH ?= powerpc
CROSS_COMPILE ?= powerpc64-unknown-linux-gnu-
Which keyword ("ppc" or "powerpc") do I need to set for ARCH
to do cross-compilation checking?
How do they differ?
Regards.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How do arch/ppc and arch/powerpc differ?
2008-03-02 7:02 How do arch/ppc and arch/powerpc differ? Tetsuo Handa
@ 2008-03-02 8:09 ` Adrian Bunk
2008-03-02 8:21 ` Tetsuo Handa
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2008-03-02 8:09 UTC (permalink / raw)
To: Tetsuo Handa; +Cc: linux-kernel
On Sun, Mar 02, 2008 at 04:02:56PM +0900, Tetsuo Handa wrote:
> Hello.
>
> According to Documentation/SubmitChecklist,
> ppc64 is a good architecture for cross-compilation checking.
> I've just set up cross compiling environment for ppc64
> using "crossdev -t ppc64" on Gentoo 2007.0 environment.
>
> Now I'm trying to modify Makefile to build kernel for ppc64.
> I've got a question here.
>
> ARCH ?= powerpc
> CROSS_COMPILE ?= powerpc64-unknown-linux-gnu-
>
> Which keyword ("ppc" or "powerpc") do I need to set for ARCH
> to do cross-compilation checking?
powerpc
> How do they differ?
Documentation/feature-removal-schedule.txt says:
What: The arch/ppc and include/asm-ppc directories
When: Jun 2008
Why: The arch/powerpc tree is the merged architecture for ppc32 and ppc64
platforms. Currently there are efforts underway to port the remaining
arch/ppc platforms to the merged tree. New submissions to the arch/ppc
tree have been frozen with the 2.6.22 kernel release and that tree will
remain in bug-fix only mode until its scheduled removal. Platforms
that are not ported by June 2008 will be removed due to the lack of an
interested maintainer.
Who: linuxppc-dev@ozlabs.org
> Regards.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How do arch/ppc and arch/powerpc differ?
2008-03-02 8:09 ` Adrian Bunk
@ 2008-03-02 8:21 ` Tetsuo Handa
0 siblings, 0 replies; 3+ messages in thread
From: Tetsuo Handa @ 2008-03-02 8:21 UTC (permalink / raw)
To: bunk; +Cc: linux-kernel
Hello.
> > Which keyword ("ppc" or "powerpc") do I need to set for ARCH
> > to do cross-compilation checking?
>
> powerpc
>
I see.
I'm doing "crossdev -t ia64" now.
More architectures to test (e.g. non-MMU arch) before submitting?
Thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-02 8:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-02 7:02 How do arch/ppc and arch/powerpc differ? Tetsuo Handa
2008-03-02 8:09 ` Adrian Bunk
2008-03-02 8:21 ` Tetsuo Handa
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 NNTP newsgroup(s).