diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-19 19:02:30 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-19 19:02:30 +0100 |
commit | 6a151cfe7443cddfd7bf83d713ca712ff8b5d27a (patch) | |
tree | 94b6ffe5bad5b345bae827daf5245980109ec785 /samples/powerpc-unknown-linux-uclibc | |
parent | f541f15463b3dd75d0a0e33ded741972fa0f3c30 (diff) | |
download | crosstool-ng-6a151cfe7443cddfd7bf83d713ca712ff8b5d27a.tar.gz crosstool-ng-6a151cfe7443cddfd7bf83d713ca712ff8b5d27a.tar.bz2 crosstool-ng-6a151cfe7443cddfd7bf83d713ca712ff8b5d27a.zip |
samples: fix samples
Diffstat (limited to 'samples/powerpc-unknown-linux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index 9ee3b2fd..fd659965 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1790_0136da4d2034 -# Sun Jan 31 18:33:14 2010 +# crosstool-NG version: hg_default@1841_37d55cfe1262 +# Fri Mar 19 19:00:12 2010 # # @@ -74,8 +74,8 @@ CT_CONFIG_SHELL="bash" # CT_LOG_WARN is not set # CT_LOG_INFO is not set CT_LOG_EXTRA=y -# CT_LOG_DEBUG is not set # CT_LOG_ALL is not set +# CT_LOG_DEBUG is not set CT_LOG_LEVEL_MAX="EXTRA" # CT_LOG_SEE_TOOLS_WARN is not set CT_LOG_PROGRESS_BAR=y @@ -175,14 +175,9 @@ CT_KERNEL_VERSION="2.6.31.12" CT_KERNEL_linux=y CT_KERNEL_LINUX_INSTALL=y CT_KERNEL_LINUX_INSTALL_CHECK=y -# CT_KERNEL_V_2_6_32_7 is not set -# CT_KERNEL_V_2_6_32_6 is not set -# CT_KERNEL_V_2_6_32_5 is not set -# CT_KERNEL_V_2_6_32_4 is not set -# CT_KERNEL_V_2_6_32_3 is not set -# CT_KERNEL_V_2_6_32_2 is not set -# CT_KERNEL_V_2_6_32_1 is not set -# CT_KERNEL_V_2_6_32 is not set +# CT_KERNEL_V_2_6_33_1 is not set +# CT_KERNEL_V_2_6_33 is not set +# CT_KERNEL_V_2_6_32_10 is not set CT_KERNEL_V_2_6_31_12=y # CT_KERNEL_V_2_6_30_10 is not set # CT_KERNEL_V_2_6_29_6 is not set @@ -219,6 +214,7 @@ CT_BINUTILS_EXTRA_CONFIG="" CT_BINUTILS_FOR_TARGET=y CT_BINUTILS_FOR_TARGET_IBERTY=y CT_BINUTILS_FOR_TARGET_BFD=y +# CT_BINUTILS_TARGET_USE_GMP_MPFR is not set # # C compiler @@ -336,17 +332,16 @@ CT_GDB_V_6_8=y CT_GDB_VERSION="6.8" # CT_DEBUG_ltrace is not set CT_DEBUG_strace=y -# CT_STRACE_V_4_5_19 is not set -CT_STRACE_V_4_5_18=y +CT_STRACE_V_4_5_19=y +# CT_STRACE_V_4_5_18 is not set # CT_STRACE_V_4_5_17 is not set # CT_STRACE_V_4_5_16 is not set # CT_STRACE_V_4_5_15 is not set -CT_STRACE_VERSION="4.5.18" +CT_STRACE_VERSION="4.5.19" # # Tools facilities # -# CT_TOOL_libelf is not set CT_TOOL_sstrip=y CT_SSTRIP_BUILDROOT=y # CT_SSTRIP_ELFKICKERS is not set @@ -355,26 +350,35 @@ CT_SSTRIP_FROM="buildroot" # # Companion libraries # -CT_WRAPPER_NEEDED=y -CT_GMP_MPFR=y + +# +# FIXME: check real dependencies!!! +# +# CT_COMPLIBS is not set +# CT_WRAPPER_NEEDED is not set +# CT_GMP is not set +# CT_MPFR is not set +# CT_PPL is not set +# CT_CLOOG is not set +# CT_MPC is not set +CT_GMP_TARGET=y +CT_MPFR_TARGET=y + +# +# GMP version needed to build for target +# CT_GMP_V_4_3_1=y # CT_GMP_V_4_3_0 is not set # CT_GMP_V_4_2_4 is not set # CT_GMP_V_4_2_2 is not set CT_GMP_VERSION="4.3.1" -# CT_MPFR_V_2_4_2 is not set -CT_MPFR_V_2_4_1=y -# CT_MPFR_V_2_4_0 is not set -# CT_MPFR_V_2_3_2 is not set -# CT_MPFR_V_2_3_1 is not set -CT_MPFR_VERSION="2.4.1" -# CT_PPL_CLOOG_MPC is not set # -# Companion libraries common options +# MPFR version needed to build for target # -# CT_COMP_LIBS_CHECK is not set -CT_COMP_LIBS_TARGET=y -CT_TOOLS_WRAPPER_SCRIPT=y -# CT_TOOLS_WRAPPER_EXEC is not set -CT_TOOLS_WRAPPER="script" +CT_MPFR_V_2_4_2=y +# CT_MPFR_V_2_4_1 is not set +# CT_MPFR_V_2_4_0 is not set +# CT_MPFR_V_2_3_2 is not set +# CT_MPFR_V_2_3_1 is not set +CT_MPFR_VERSION="2.4.2" |