Update the alpha sample with an updated set of options and features.

/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config |   61    50    11     0 ++++++++++++++++---
 1 file changed, 50 insertions(+), 11 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-06-18 12:54:30 +00:00
parent aead7ddfbd
commit a2f76d1cc5

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# crosstool-NG version: 1.1.0+svn_trunk@692M
# Sun Jun 15 21:24:08 2008
# crosstool-NG version: 1.1.0+svn_trunk@707
# Wed Jun 18 14:51:14 2008
#
#
@ -52,7 +52,7 @@ CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
# CT_CUSTOM_PATCH is not set
CT_REMOVE_DOCS=y
# CT_INSTALL_DIR_RO is not set
CT_INSTALL_DIR_RO=y
#
# Logging
@ -171,6 +171,8 @@ CT_KERNEL_INSTALL_V_2_6_24_7=y
# CT_KERNEL_INSTALL_V_2_6_25_3 is not set
# CT_KERNEL_INSTALL_V_2_6_25_4 is not set
# CT_KERNEL_INSTALL_V_2_6_25_5 is not set
# CT_KERNEL_INSTALL_V_2_6_25_6 is not set
# CT_KERNEL_INSTALL_V_2_6_25_7 is not set
# CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK is not set
CT_KERNEL_LINUX_VERBOSITY_0=y
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
@ -221,7 +223,13 @@ CT_CC_V_4_2_3=y
CT_CC_CXA_ATEXIT=y
CT_CC_CORE_EXTRA_CONFIG=""
CT_CC_EXTRA_CONFIG=""
# CT_CC_GCC_GMP_MPFR is not set
CT_CC_GCC_GMP_MPFR=y
CT_GMP_V_4_2_2=y
CT_GMP_VERSION="4.2.2"
CT_GMP_CHECK=y
CT_MPFR_V_2_3_1=y
CT_MPFR_VERSION="2.3.1"
CT_MPFR_CHECK=y
CT_CC_SUPPORT_CXX=y
CT_CC_SUPPORT_FORTRAN=y
CT_CC_SUPPORT_JAVA=y
@ -232,7 +240,7 @@ CT_CC_SUPPORT_OBJCXX=y
#
# Additional supported languages:
#
# CT_CC_LANG_CXX is not set
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
# CT_CC_LANG_JAVA is not set
# CT_CC_LANG_ADA is not set
@ -260,18 +268,49 @@ CT_LIBC_GLIBC_EXTRA_CFLAGS=""
CT_LIBC_EXTRA_CC_ARGS=""
CT_LIBC_GLIBC_CONFIGPARMS=""
# CT_LIBC_GLIBC_USE_PORTS is not set
CT_LIBC_ADDONS=y
CT_LIBC_ADDONS_LIST="linuxthreads"
# CT_LIBC_ADDONS is not set
#
# Tools facilities
#
# CT_SSTRIP is not set
CT_SSTRIP=y
# CT_SSTRIP_ELFKICKERS is not set
CT_SSTRIP_BUILDROOT=y
CT_SSTRIP_FROM="buildroot"
#
# Debug facilities
#
# CT_DMALLOC is not set
# CT_DUMA is not set
# CT_GDB is not set
# CT_STRACE is not set
CT_DUMA=y
CT_DUMA_A=y
CT_DUMA_SO=y
# CT_DUMA_V_2_5_1 is not set
# CT_DUMA_V_2_5_8 is not set
# CT_DUMA_V_2_5_12 is not set
CT_DUMA_V_2_5_14=y
CT_DUMA_VERSION="2_5_14"
CT_GDB=y
# CT_GDB_CROSS is not set
CT_GDB_NATIVE=y
# CT_GDB_V_snapshot is not set
# CT_GDB_V_6_4 is not set
# CT_GDB_V_6_5 is not set
# CT_GDB_V_6_6 is not set
# CT_GDB_V_6_7 is not set
# CT_GDB_V_6_7_1 is not set
CT_GDB_V_6_8=y
CT_GDB_VERSION="6.8"
#
# Native gdb needs the ncurses library on the target
#
# CT_NCURSES_V_4_2 is not set
CT_NCURSES_V_5_6=y
CT_NCURSES_VERSION="5.6"
CT_STRACE=y
# CT_STRACE_V_4_5 is not set
# CT_STRACE_V_4_5_14 is not set
# CT_STRACE_V_4_5_15 is not set
CT_STRACE_V_4_5_16=y
CT_STRACE_VERSION="4.5.16"