From a28b59354823020a4e0676f40646c60da4f044db Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 3 Jan 2011 22:02:06 +0100 Subject: arch: remove ia64 ia64 is broken in every gcc/glibc combinations I tested (except for the existing sample that used very old versions). Nobody complained on the list about not being able to build recent versions. So the only way forward I can see is to remove the architecture altogether. Signed-off-by: "Yann E. MORIN" --- scripts/build/arch/ia64.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/build/arch/ia64.sh (limited to 'scripts/build/arch') diff --git a/scripts/build/arch/ia64.sh b/scripts/build/arch/ia64.sh deleted file mode 100644 index f36f9dd0..00000000 --- a/scripts/build/arch/ia64.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Compute IA-64-specific values - -CT_DoArchTupleValues() { - # The architecture part of the tuple: - CT_TARGET_ARCH="${CT_ARCH}" -} -- cgit v1.2.3