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/sh4-unknown-linux-gnu | |
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/sh4-unknown-linux-gnu')
-rw-r--r-- | samples/sh4-unknown-linux-gnu/crosstool.config | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/samples/sh4-unknown-linux-gnu/crosstool.config b/samples/sh4-unknown-linux-gnu/crosstool.config index eaf231d2..ea7bd367 100644 --- a/samples/sh4-unknown-linux-gnu/crosstool.config +++ b/samples/sh4-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1790_fc9456712938 -# Sun Jan 31 22:48:40 2010 +# crosstool-NG version: hg_default@1841_37d55cfe1262 +# Fri Mar 19 19:01:17 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 @@ -177,14 +177,9 @@ CT_KERNEL_VERSION="2.6.27.45" 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 is not set # CT_KERNEL_V_2_6_30_10 is not set # CT_KERNEL_V_2_6_29_6 is not set @@ -330,32 +325,38 @@ CT_THREADS_NPTL=y # # Tools facilities # -# CT_TOOL_libelf is not set # CT_TOOL_sstrip is not set # # Companion libraries # + +# +# FIXME: check real dependencies!!! +# +CT_COMPLIBS=y CT_WRAPPER_NEEDED=y -CT_GMP_MPFR=y -# CT_GMP_V_4_3_1 is not set +CT_GMP=y +CT_MPFR=y +# CT_PPL is not set +# CT_CLOOG is not set +# CT_MPC is not set +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=y -CT_GMP_VERSION="4.2.2" -# CT_MPFR_V_2_4_2 is not set -CT_MPFR_V_2_4_1=y +# CT_GMP_V_4_2_2 is not set +CT_GMP_VERSION="4.3.1" +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.1" -# CT_PPL_CLOOG_MPC is not set +CT_MPFR_VERSION="2.4.2" # # Companion libraries common options # # CT_COMP_LIBS_CHECK is not set -# CT_COMP_LIBS_TARGET is not set CT_TOOLS_WRAPPER_SCRIPT=y # CT_TOOLS_WRAPPER_EXEC is not set CT_TOOLS_WRAPPER="script" |