mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
arch/ia64: update to the new 64-bit infrastructure
This commit is contained in:
parent
cb52ec6051
commit
d219235f73
@ -2,8 +2,8 @@
|
||||
# depends on EXPERIMENTAL
|
||||
|
||||
config ARCH_ia64
|
||||
select ARCH_SUPPORTS_64
|
||||
select ARCH_USE_MMU
|
||||
select ARCH_64
|
||||
select ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
help
|
||||
The ia64 architecture, as defined by:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1596_241387704817
|
||||
# Wed Oct 28 19:45:25 2009
|
||||
# crosstool-NG version: hg_default@1637_7dc6cf91b273
|
||||
# Tue Nov 17 11:55:12 2009
|
||||
#
|
||||
|
||||
#
|
||||
@ -50,6 +50,7 @@ CT_PATCH_BUNDLED=y
|
||||
# CT_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
|
||||
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
|
||||
# CT_PATCH_NONE is not set
|
||||
CT_PATCH_ORDER="bundled"
|
||||
# CT_PATCH_SINGLE is not set
|
||||
# CT_PATCH_USE_LOCAL is not set
|
||||
@ -89,6 +90,8 @@ CT_ARCH="ia64"
|
||||
CT_ARCH_64=y
|
||||
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
# CT_ARCH_SUPPORTS_32 is not set
|
||||
CT_ARCH_SUPPORTS_64=y
|
||||
# CT_ARCH_SUPPORT_ARCH is not set
|
||||
# CT_ARCH_SUPPORT_ABI is not set
|
||||
# CT_ARCH_SUPPORT_CPU is not set
|
||||
@ -97,8 +100,12 @@ CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
# CT_ARCH_DEFAULT_HAS_MMU is not set
|
||||
# CT_ARCH_DEFAULT_BE is not set
|
||||
# CT_ARCH_DEFAULT_LE is not set
|
||||
# CT_ARCH_DEFAULT_32 is not set
|
||||
# CT_ARCH_DEFAULT_64 is not set
|
||||
# CT_ARCH_BE is not set
|
||||
CT_ARCH_LE=y
|
||||
# CT_ARCH_32b is not set
|
||||
CT_ARCH_64b=y
|
||||
CT_ARCH_FLOAT_HW=y
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
@ -113,10 +120,9 @@ CT_TARGET_LDFLAGS=""
|
||||
CT_ARCH_ia64=y
|
||||
# CT_ARCH_mips is not set
|
||||
# CT_ARCH_powerpc is not set
|
||||
# CT_ARCH_powerpc64 is not set
|
||||
# CT_ARCH_s390 is not set
|
||||
# CT_ARCH_sh is not set
|
||||
# CT_ARCH_x86 is not set
|
||||
# CT_ARCH_x86_64 is not set
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
@ -266,16 +272,18 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
# CT_CC_LANG_OBJC is not set
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
CT_LIBC="glibc"
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.3.6"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
# CT_LIBC_V_2_10_1 is not set
|
||||
# CT_LIBC_V_2_9 is not set
|
||||
# CT_LIBC_V_2_8 is not set
|
||||
# CT_LIBC_V_2_7 is not set
|
||||
@ -301,13 +309,13 @@ CT_LIBC_ADDONS_LIST=""
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.38"
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
CT_THREADS="linuxthreads"
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_NONE is not set
|
||||
|
Loading…
Reference in New Issue
Block a user