From 5fcaf8b3ffd078a579b330edad51b3d749054dc4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 14 Jun 2008 20:57:57 +0000 Subject: Preliminary Alpha support, courtesy Ioannis E. Venetis . /trunk/docs/CREDITS | 3 3 0 0 + /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 282 282 0 0 +++++++++++++++++++ /trunk/config/target.in | 9 9 0 0 + /trunk/arch/alpha/functions | 9 9 0 0 + /trunk/arch/alpha/config.in | 58 58 0 0 ++++ 5 files changed, 361 insertions(+) --- arch/alpha/functions | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/alpha/functions (limited to 'arch/alpha/functions') diff --git a/arch/alpha/functions b/arch/alpha/functions new file mode 100644 index 00000000..ea8ef536 --- /dev/null +++ b/arch/alpha/functions @@ -0,0 +1,9 @@ +# Compute Alpha-specific values + +CT_DoArchValues () { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}" + + # The kernel ARCH: + CT_KERNEL_ARCH=${CT_ARCH} +} -- cgit v1.2.3