arch: remove ia64
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 03 22:02:06 2011 +0100 (2011-01-03)
changeset 2266a64ae33ea8ae
parent 2265 1e73ceb6ecb8
child 2267 7af68e6083aa
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>
config/arch/ia64.in
samples/ia64-unknown-linux-gnu/crosstool.config
samples/ia64-unknown-linux-gnu/reported.by
scripts/build/arch/ia64.sh
     1.1 --- a/config/arch/ia64.in	Fri Jan 14 18:36:07 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -# ia64 specific config options
     1.5 -# depends on EXPERIMENTAL
     1.6 -
     1.7 -config ARCH_ia64
     1.8 -    select ARCH_SUPPORTS_64
     1.9 -    select ARCH_DEFAULT_64
    1.10 -    select ARCH_USE_MMU
    1.11 -    select ARCH_SUPPORTS_BOTH_ENDIAN
    1.12 -    help
    1.13 -      The ia64 architecture, as defined by:
    1.14 -        http://www.intel.com/design/itanium/arch_spec.htm
     2.1 --- a/samples/ia64-unknown-linux-gnu/crosstool.config	Fri Jan 14 18:36:07 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,407 +0,0 @@
     2.4 -#
     2.5 -# Automatically generated make config: don't edit
     2.6 -# crosstool-NG version: hg_default@2171_c2541d3f2f56
     2.7 -# Tue Nov  2 19:10:11 2010
     2.8 -#
     2.9 -# CT_BACKEND is not set
    2.10 -CT_MODULES=y
    2.11 -
    2.12 -#
    2.13 -# Paths and misc options
    2.14 -#
    2.15 -
    2.16 -#
    2.17 -# crosstool-NG behavior
    2.18 -#
    2.19 -CT_OBSOLETE=y
    2.20 -CT_EXPERIMENTAL=y
    2.21 -# CT_DEBUG_CT is not set
    2.22 -
    2.23 -#
    2.24 -# Paths
    2.25 -#
    2.26 -CT_LOCAL_TARBALLS_DIR="${HOME}/src"
    2.27 -CT_SAVE_TARBALLS=y
    2.28 -CT_WORK_DIR="${CT_TOP_DIR}/.build"
    2.29 -CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
    2.30 -CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    2.31 -CT_REMOVE_DOCS=y
    2.32 -CT_INSTALL_DIR_RO=y
    2.33 -CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
    2.34 -
    2.35 -#
    2.36 -# Downloading
    2.37 -#
    2.38 -# CT_FORBID_DOWNLOAD is not set
    2.39 -# CT_FORCE_DOWNLOAD is not set
    2.40 -CT_USE_MIRROR=y
    2.41 -# CT_PREFER_MIRROR is not set
    2.42 -CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
    2.43 -CT_CONNECT_TIMEOUT=10
    2.44 -CT_DOWNLOAD_MAX_CHUNKS=1
    2.45 -# CT_ONLY_DOWNLOAD is not set
    2.46 -
    2.47 -#
    2.48 -# Extracting
    2.49 -#
    2.50 -# CT_FORCE_EXTRACT is not set
    2.51 -CT_OVERIDE_CONFIG_GUESS_SUB=y
    2.52 -# CT_ONLY_EXTRACT is not set
    2.53 -CT_PATCH_BUNDLED=y
    2.54 -# CT_PATCH_LOCAL is not set
    2.55 -# CT_PATCH_BUNDLED_LOCAL is not set
    2.56 -# CT_PATCH_LOCAL_BUNDLED is not set
    2.57 -# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
    2.58 -# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
    2.59 -# CT_PATCH_NONE is not set
    2.60 -CT_PATCH_ORDER="bundled"
    2.61 -# CT_PATCH_SINGLE is not set
    2.62 -# CT_PATCH_USE_LOCAL is not set
    2.63 -
    2.64 -#
    2.65 -# Build behavior
    2.66 -#
    2.67 -CT_PARALLEL_JOBS=1
    2.68 -CT_LOAD=0
    2.69 -CT_USE_PIPES=y
    2.70 -# CT_CONFIG_SHELL_SH is not set
    2.71 -# CT_CONFIG_SHELL_ASH is not set
    2.72 -CT_CONFIG_SHELL_BASH=y
    2.73 -# CT_CONFIG_SHELL_CUSTOM is not set
    2.74 -CT_CONFIG_SHELL="bash"
    2.75 -
    2.76 -#
    2.77 -# Logging
    2.78 -#
    2.79 -# CT_LOG_ERROR is not set
    2.80 -# CT_LOG_WARN is not set
    2.81 -# CT_LOG_INFO is not set
    2.82 -CT_LOG_EXTRA=y
    2.83 -# CT_LOG_ALL is not set
    2.84 -# CT_LOG_DEBUG is not set
    2.85 -CT_LOG_LEVEL_MAX="EXTRA"
    2.86 -# CT_LOG_SEE_TOOLS_WARN is not set
    2.87 -CT_LOG_PROGRESS_BAR=y
    2.88 -CT_LOG_TO_FILE=y
    2.89 -CT_LOG_FILE_COMPRESS=y
    2.90 -
    2.91 -#
    2.92 -# Target options
    2.93 -#
    2.94 -CT_ARCH="ia64"
    2.95 -# CT_ARCH_SUPPORTS_BOTH_MMU is not set
    2.96 -CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
    2.97 -# CT_ARCH_SUPPORTS_32 is not set
    2.98 -CT_ARCH_SUPPORTS_64=y
    2.99 -# CT_ARCH_SUPPORT_ARCH is not set
   2.100 -# CT_ARCH_SUPPORT_ABI is not set
   2.101 -# CT_ARCH_SUPPORT_CPU is not set
   2.102 -# CT_ARCH_SUPPORT_TUNE is not set
   2.103 -# CT_ARCH_SUPPORT_FPU is not set
   2.104 -# CT_ARCH_DEFAULT_HAS_MMU is not set
   2.105 -# CT_ARCH_DEFAULT_BE is not set
   2.106 -# CT_ARCH_DEFAULT_LE is not set
   2.107 -# CT_ARCH_DEFAULT_32 is not set
   2.108 -CT_ARCH_DEFAULT_64=y
   2.109 -# CT_ARCH_BE is not set
   2.110 -CT_ARCH_LE=y
   2.111 -# CT_ARCH_32 is not set
   2.112 -CT_ARCH_64=y
   2.113 -CT_ARCH_BITNESS=64
   2.114 -CT_ARCH_FLOAT_HW=y
   2.115 -# CT_ARCH_FLOAT_SW is not set
   2.116 -CT_TARGET_CFLAGS=""
   2.117 -CT_TARGET_LDFLAGS=""
   2.118 -
   2.119 -#
   2.120 -# General target options
   2.121 -#
   2.122 -# CT_ARCH_alpha is not set
   2.123 -# CT_ARCH_arm is not set
   2.124 -# CT_ARCH_avr32 is not set
   2.125 -# CT_ARCH_blackfin is not set
   2.126 -CT_ARCH_ia64=y
   2.127 -# CT_ARCH_m68k is not set
   2.128 -# CT_ARCH_mips is not set
   2.129 -# CT_ARCH_powerpc is not set
   2.130 -# CT_ARCH_s390 is not set
   2.131 -# CT_ARCH_sh is not set
   2.132 -# CT_ARCH_x86 is not set
   2.133 -CT_ARCH_alpha_AVAILABLE=y
   2.134 -CT_ARCH_arm_AVAILABLE=y
   2.135 -CT_ARCH_avr32_AVAILABLE=y
   2.136 -CT_ARCH_blackfin_AVAILABLE=y
   2.137 -CT_ARCH_ia64_AVAILABLE=y
   2.138 -CT_ARCH_m68k_AVAILABLE=y
   2.139 -CT_ARCH_mips_AVAILABLE=y
   2.140 -CT_ARCH_powerpc_AVAILABLE=y
   2.141 -CT_ARCH_s390_AVAILABLE=y
   2.142 -CT_ARCH_sh_AVAILABLE=y
   2.143 -CT_ARCH_x86_AVAILABLE=y
   2.144 -CT_ARCH_USE_MMU=y
   2.145 -
   2.146 -#
   2.147 -# Target optimisations
   2.148 -#
   2.149 -
   2.150 -#
   2.151 -# Toolchain options
   2.152 -#
   2.153 -
   2.154 -#
   2.155 -# General toolchain options
   2.156 -#
   2.157 -CT_USE_SYSROOT=y
   2.158 -CT_SYSROOT_DIR_PREFIX=""
   2.159 -
   2.160 -#
   2.161 -# Tuple completion and aliasing
   2.162 -#
   2.163 -CT_TARGET_VENDOR="unknown"
   2.164 -CT_TARGET_ALIAS_SED_EXPR=""
   2.165 -CT_TARGET_ALIAS=""
   2.166 -
   2.167 -#
   2.168 -# Toolchain type
   2.169 -#
   2.170 -# CT_NATIVE is not set
   2.171 -CT_CROSS=y
   2.172 -# CT_CROSS_NATIVE is not set
   2.173 -# CT_CANADIAN is not set
   2.174 -CT_TOOLCHAIN_TYPE="cross"
   2.175 -
   2.176 -#
   2.177 -# Build system
   2.178 -#
   2.179 -CT_BUILD=""
   2.180 -CT_BUILD_PREFIX=""
   2.181 -CT_BUILD_SUFFIX=""
   2.182 -
   2.183 -#
   2.184 -# Operating System
   2.185 -#
   2.186 -# CT_BARE_METAL is not set
   2.187 -# CT_MINGW32 is not set
   2.188 -CT_KERNEL_SUPPORTS_SHARED_LIBS=y
   2.189 -CT_KERNEL="linux"
   2.190 -CT_KERNEL_VERSION="2.6.27.55"
   2.191 -# CT_KERNEL_bare_metal is not set
   2.192 -CT_KERNEL_linux=y
   2.193 -# CT_KERNEL_mingw32 is not set
   2.194 -CT_KERNEL_bare_metal_AVAILABLE=y
   2.195 -CT_KERNEL_linux_AVAILABLE=y
   2.196 -CT_KERNEL_LINUX_INSTALL=y
   2.197 -# CT_KERNEL_V_2_6_36 is not set
   2.198 -# CT_KERNEL_V_2_6_35_8 is not set
   2.199 -# CT_KERNEL_V_2_6_34_7 is not set
   2.200 -# CT_KERNEL_V_2_6_33_7 is not set
   2.201 -# CT_KERNEL_V_2_6_32_25 is not set
   2.202 -# CT_KERNEL_V_2_6_31_14 is not set
   2.203 -CT_KERNEL_V_2_6_27_55=y
   2.204 -# CT_KERNEL_LINUX_CUSTOM is not set
   2.205 -CT_KERNEL_LINUX_VERBOSITY_0=y
   2.206 -# CT_KERNEL_LINUX_VERBOSITY_1 is not set
   2.207 -# CT_KERNEL_LINUX_VERBOSITY_2 is not set
   2.208 -CT_KERNEL_LINUX_VERBOSE_LEVEL=0
   2.209 -CT_KERNEL_LINUX_INSTALL_CHECK=y
   2.210 -# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
   2.211 -CT_KERNEL_mingw32_AVAILABLE=y
   2.212 -
   2.213 -#
   2.214 -# Common kernel options
   2.215 -#
   2.216 -CT_SHARED_LIBS=y
   2.217 -
   2.218 -#
   2.219 -# Binary utilities
   2.220 -#
   2.221 -CT_ARCH_BINFMT_ELF=y
   2.222 -# CT_ARCH_BINFMT_FLAT is not set
   2.223 -# CT_ARCH_BINFMT_FDPIC is not set
   2.224 -
   2.225 -#
   2.226 -# GNU binutils
   2.227 -#
   2.228 -# CT_BINUTILS_V_2_20_1 is not set
   2.229 -# CT_BINUTILS_V_2_20 is not set
   2.230 -CT_BINUTILS_V_2_19_1=y
   2.231 -# CT_BINUTILS_V_2_19 is not set
   2.232 -# CT_BINUTILS_V_2_18 is not set
   2.233 -# CT_BINUTILS_V_2_17 is not set
   2.234 -# CT_BINUTILS_V_2_16_1 is not set
   2.235 -CT_BINUTILS_VERSION="2.19.1"
   2.236 -CT_BINUTILS_EXTRA_CONFIG=""
   2.237 -# CT_BINUTILS_FOR_TARGET is not set
   2.238 -
   2.239 -#
   2.240 -# sstrip
   2.241 -#
   2.242 -# CT_SSTRIP is not set
   2.243 -
   2.244 -#
   2.245 -# C compiler
   2.246 -#
   2.247 -CT_CC="gcc"
   2.248 -CT_CC_VERSION="3.4.6"
   2.249 -CT_CC_gcc=y
   2.250 -# CT_CC_V_4_5_1 is not set
   2.251 -# CT_CC_V_4_5_0 is not set
   2.252 -# CT_CC_V_4_4_5 is not set
   2.253 -# CT_CC_V_4_4_4 is not set
   2.254 -# CT_CC_V_4_4_3 is not set
   2.255 -# CT_CC_V_4_4_2 is not set
   2.256 -# CT_CC_V_4_4_1 is not set
   2.257 -# CT_CC_V_4_4_0 is not set
   2.258 -# CT_CC_V_4_3_5 is not set
   2.259 -# CT_CC_V_4_3_4 is not set
   2.260 -# CT_CC_V_4_3_3 is not set
   2.261 -# CT_CC_V_4_3_2 is not set
   2.262 -# CT_CC_V_4_3_1 is not set
   2.263 -# CT_CC_V_4_2_4 is not set
   2.264 -# CT_CC_V_4_2_3 is not set
   2.265 -# CT_CC_V_4_2_2 is not set
   2.266 -# CT_CC_V_4_2_1 is not set
   2.267 -# CT_CC_V_4_2_0 is not set
   2.268 -# CT_CC_V_4_1_2 is not set
   2.269 -# CT_CC_V_4_0_4 is not set
   2.270 -CT_CC_V_3_4_6=y
   2.271 -# CT_CC_GCC_4_2_or_later is not set
   2.272 -# CT_CC_GCC_4_3_or_later is not set
   2.273 -# CT_CC_GCC_4_4_or_later is not set
   2.274 -# CT_CC_GCC_4_5_or_later is not set
   2.275 -# CT_CC_GCC_HAS_GRAPHITE is not set
   2.276 -# CT_CC_GCC_HAS_LTO is not set
   2.277 -# CT_CC_GCC_USE_GMP_MPFR is not set
   2.278 -# CT_CC_GCC_USE_PPL_CLOOG is not set
   2.279 -# CT_CC_GCC_USE_MPC is not set
   2.280 -# CT_CC_GCC_USE_LIBELF is not set
   2.281 -CT_CC_ENABLE_CXX_FLAGS=""
   2.282 -CT_CC_CORE_EXTRA_CONFIG=""
   2.283 -CT_CC_EXTRA_CONFIG=""
   2.284 -CT_CC_SUPPORT_CXX=y
   2.285 -CT_CC_SUPPORT_FORTRAN=y
   2.286 -CT_CC_SUPPORT_JAVA=y
   2.287 -CT_CC_SUPPORT_ADA=y
   2.288 -CT_CC_SUPPORT_OBJC=y
   2.289 -CT_CC_SUPPORT_OBJCXX=y
   2.290 -
   2.291 -#
   2.292 -# Additional supported languages:
   2.293 -#
   2.294 -# CT_CC_LANG_CXX is not set
   2.295 -# CT_CC_LANG_FORTRAN is not set
   2.296 -# CT_CC_LANG_JAVA is not set
   2.297 -# CT_CC_LANG_ADA is not set
   2.298 -# CT_CC_LANG_OBJC is not set
   2.299 -# CT_CC_LANG_OBJCXX is not set
   2.300 -CT_CC_LANG_OTHERS=""
   2.301 -
   2.302 -#
   2.303 -# gcc other options
   2.304 -#
   2.305 -CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
   2.306 -# CT_CC_GCC_LIBMUDFLAP is not set
   2.307 -# CT_CC_GCC_LIBGOMP is not set
   2.308 -# CT_CC_GCC_LIBSSP is not set
   2.309 -
   2.310 -#
   2.311 -# Misc. obscure options.
   2.312 -#
   2.313 -CT_CC_CXA_ATEXIT=y
   2.314 -# CT_CC_GCC_DISABLE_PCH is not set
   2.315 -CT_CC_GCC_SJLJ_EXCEPTIONS=m
   2.316 -
   2.317 -#
   2.318 -# C-library
   2.319 -#
   2.320 -CT_LIBC="glibc"
   2.321 -CT_LIBC_VERSION="2.3.6"
   2.322 -# CT_LIBC_eglibc is not set
   2.323 -CT_LIBC_glibc=y
   2.324 -# CT_LIBC_mingw is not set
   2.325 -# CT_LIBC_newlib is not set
   2.326 -# CT_LIBC_none is not set
   2.327 -# CT_LIBC_uClibc is not set
   2.328 -CT_LIBC_eglibc_AVAILABLE=y
   2.329 -CT_LIBC_glibc_AVAILABLE=y
   2.330 -CT_LIBC_GLIBC_TARBALL=y
   2.331 -# CT_LIBC_GLIBC_V_2_11_1 is not set
   2.332 -# CT_LIBC_GLIBC_V_2_11 is not set
   2.333 -# CT_LIBC_GLIBC_V_2_10_1 is not set
   2.334 -# CT_LIBC_GLIBC_V_2_9 is not set
   2.335 -# CT_LIBC_GLIBC_V_2_8 is not set
   2.336 -# CT_LIBC_GLIBC_V_2_7 is not set
   2.337 -# CT_LIBC_GLIBC_V_2_6_1 is not set
   2.338 -# CT_LIBC_GLIBC_V_2_6 is not set
   2.339 -# CT_LIBC_GLIBC_V_2_5_1 is not set
   2.340 -# CT_LIBC_GLIBC_V_2_5 is not set
   2.341 -CT_LIBC_GLIBC_V_2_3_6=y
   2.342 -CT_LIBC_mingw_AVAILABLE=y
   2.343 -CT_LIBC_newlib_AVAILABLE=y
   2.344 -CT_LIBC_none_AVAILABLE=y
   2.345 -CT_LIBC_uClibc_AVAILABLE=y
   2.346 -
   2.347 -#
   2.348 -# glibc/eglibc common options
   2.349 -#
   2.350 -CT_LIBC_GLIBC_EXTRA_CONFIG=""
   2.351 -CT_LIBC_GLIBC_CONFIGPARMS=""
   2.352 -CT_LIBC_GLIBC_EXTRA_CFLAGS=""
   2.353 -CT_LIBC_EXTRA_CC_ARGS=""
   2.354 -# CT_LIBC_GLIBC_USE_PORTS is not set
   2.355 -CT_LIBC_ADDONS_LIST=""
   2.356 -# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
   2.357 -CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
   2.358 -# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
   2.359 -CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.55"
   2.360 -CT_LIBC_SUPPORT_THREADS_ANY=y
   2.361 -CT_LIBC_SUPPORT_NPTL=y
   2.362 -CT_LIBC_SUPPORT_LINUXTHREADS=y
   2.363 -# CT_LIBC_SUPPORT_WIN32THREADS is not set
   2.364 -CT_THREADS="linuxthreads"
   2.365 -
   2.366 -#
   2.367 -# Common C library options
   2.368 -#
   2.369 -# CT_THREADS_NPTL is not set
   2.370 -CT_THREADS_LINUXTHREADS=y
   2.371 -# CT_THREADS_WIN32THREADS is not set
   2.372 -# CT_THREADS_NONE is not set
   2.373 -CT_LIBC_XLDD=y
   2.374 -
   2.375 -#
   2.376 -# Debug facilities
   2.377 -#
   2.378 -# CT_DEBUG_dmalloc is not set
   2.379 -# CT_DEBUG_duma is not set
   2.380 -# CT_DEBUG_gdb is not set
   2.381 -# CT_DEBUG_ltrace is not set
   2.382 -# CT_DEBUG_strace is not set
   2.383 -
   2.384 -#
   2.385 -# Companion libraries
   2.386 -#
   2.387 -# CT_COMPLIBS_NEEDED is not set
   2.388 -# CT_GMP_NEEDED is not set
   2.389 -# CT_MPFR_NEEDED is not set
   2.390 -# CT_PPL_NEEDED is not set
   2.391 -# CT_CLOOG_NEEDED is not set
   2.392 -# CT_MPC_NEEDED is not set
   2.393 -# CT_LIBELF_NEEDED is not set
   2.394 -# CT_COMPLIBS is not set
   2.395 -# CT_WRAPPER_NEEDED is not set
   2.396 -
   2.397 -#
   2.398 -# Companion tools
   2.399 -#
   2.400 -
   2.401 -#
   2.402 -# READ HELP before you say 'Y' below !!!
   2.403 -#
   2.404 -# CT_COMP_TOOLS is not set
   2.405 -
   2.406 -#
   2.407 -# Test suite
   2.408 -#
   2.409 -# CT_TEST_SUITE is not set
   2.410 -# CT_TEST_SUITE_GCC is not set
     3.1 --- a/samples/ia64-unknown-linux-gnu/reported.by	Fri Jan 14 18:36:07 2011 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,3 +0,0 @@
     3.4 -reporter_name="YEM"
     3.5 -reporter_url="http://ymorin.is-a-geek.org/"
     3.6 -reporter_comment=""
     4.1 --- a/scripts/build/arch/ia64.sh	Fri Jan 14 18:36:07 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,6 +0,0 @@
     4.4 -# Compute IA-64-specific values
     4.5 -
     4.6 -CT_DoArchTupleValues() {
     4.7 -    # The architecture part of the tuple:
     4.8 -    CT_TARGET_ARCH="${CT_ARCH}"
     4.9 -}