From 60b0bb1bab1dca165c5d93c55f02b5da27719274 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 14 Sep 2007 21:17:59 +0000 Subject: Migrate all supported architectures to use the architecture-specific framework. --- arch/mips/functions | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'arch/mips/functions') diff --git a/arch/mips/functions b/arch/mips/functions index e69de29b..e8bf09fe 100644 --- a/arch/mips/functions +++ b/arch/mips/functions @@ -0,0 +1,10 @@ +# Compute IA-64-specific values + +CT_DoArchValues() { + # The architecture part of the tuple: + CT_TARGET_ARCH="${CT_ARCH}${target_endian_el}" + + # The system part of the tuple default value is OK. + + # The endianness option default value is OK. +} -- cgit v1.2.3