diff options
Diffstat (limited to 'samples/arm-unknown-eabi')
-rw-r--r-- | samples/arm-unknown-eabi/crosstool.config | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config index 14a0735a..84d36947 100644 --- a/samples/arm-unknown-eabi/crosstool.config +++ b/samples/arm-unknown-eabi/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1790_3b535b656640 -# Sun Jan 31 17:10:01 2010 +# crosstool-NG version: hg_default@1841_37d55cfe1262 +# Fri Mar 19 18:53:57 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 @@ -296,26 +296,33 @@ CT_GDB_VERSION="6.8" # # 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=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 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_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 |