From db55511ac249aa3bd143fad90f52918a1a4343ac Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 18 May 2008 20:50:13 +0000 Subject: PowerPC support by Daniel Dittmann. /trunk/docs/CREDITS | 3 3 0 0 +++ /trunk/config/target.in | 8 8 0 0 ++++++++ /trunk/arch/powerpc/functions | 9 9 0 0 +++++++++ /trunk/arch/powerpc/config.in | 1 1 0 0 + 4 files changed, 21 insertions(+) --- arch/powerpc/functions | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/powerpc/functions (limited to 'arch/powerpc/functions') diff --git a/arch/powerpc/functions b/arch/powerpc/functions new file mode 100644 index 00000000..9ad03049 --- /dev/null +++ b/arch/powerpc/functions @@ -0,0 +1,9 @@ +# Compute powerpc-specific values + +CT_DoArchValues () { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}" + + # The kernel ARCH: + CT_KERNEL_ARCH=powerpc +} -- cgit v1.2.3