summaryrefslogtreecommitdiff
path: root/scripts/build/arch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 21:02:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 21:02:06 (GMT)
commita28b59354823020a4e0676f40646c60da4f044db (patch)
tree8114f9e4a8fbe65f5e1011fbbfe0ed0c2bb9787d /scripts/build/arch
parent1ce0dba9d7a2e409ce75d312e2ddc2cf193bf57f (diff)
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" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/arch')
-rw-r--r--scripts/build/arch/ia64.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/arch/ia64.sh b/scripts/build/arch/ia64.sh
deleted file mode 100644
index f36f9dd..0000000
--- 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}"
-}