diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-03 22:02:06 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-03 22:02:06 +0100 |
commit | a28b59354823020a4e0676f40646c60da4f044db (patch) | |
tree | 8114f9e4a8fbe65f5e1011fbbfe0ed0c2bb9787d /config/arch | |
parent | 1ce0dba9d7a2e409ce75d312e2ddc2cf193bf57f (diff) | |
download | crosstool-ng-a28b59354823020a4e0676f40646c60da4f044db.tar.gz crosstool-ng-a28b59354823020a4e0676f40646c60da4f044db.tar.bz2 crosstool-ng-a28b59354823020a4e0676f40646c60da4f044db.zip |
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 'config/arch')
-rw-r--r-- | config/arch/ia64.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/arch/ia64.in b/config/arch/ia64.in deleted file mode 100644 index a4bee341..00000000 --- a/config/arch/ia64.in +++ /dev/null @@ -1,11 +0,0 @@ -# ia64 specific config options -# depends on EXPERIMENTAL - -config ARCH_ia64 - select ARCH_SUPPORTS_64 - select ARCH_DEFAULT_64 - select ARCH_USE_MMU - select ARCH_SUPPORTS_BOTH_ENDIAN - help - The ia64 architecture, as defined by: - http://www.intel.com/design/itanium/arch_spec.htm |