lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 2 Mar 2008 16:02:56 +0900
From:	Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To:	linux-kernel@...r.kernel.org
Subject: How do arch/ppc and arch/powerpc differ?

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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists