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/armeb-unknown-eabi | |
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/armeb-unknown-eabi')
-rw-r--r-- | samples/armeb-unknown-eabi/crosstool.config | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/samples/armeb-unknown-eabi/crosstool.config b/samples/armeb-unknown-eabi/crosstool.config index 56d03fcf..11a7d34c 100644 --- a/samples/armeb-unknown-eabi/crosstool.config +++ b/samples/armeb-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:13:59 2010 +# crosstool-NG version: hg_default@1841_37d55cfe1262 +# Fri Mar 19 18:54:33 2010 # # @@ -72,8 +72,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 @@ -248,15 +248,9 @@ CT_LIBC="none" # CT_LIBC_newlib is not set CT_LIBC_none=y # CT_LIBC_uClibc is not set -# CT_LIBC_NEWLIB_V_1_18_0 is not set -# CT_LIBC_NEWLIB_V_1_17_0 is not set -# CT_LIBC_NEWLIB_CVS is not set # CT_LIBC_SUPPORT_NPTL is not set # CT_LIBC_SUPPORT_LINUXTHREADS is not set CT_THREADS="none" -# CT_THREADS_NPTL is not set -# CT_THREADS_LINUXTHREADS is not set -# CT_THREADS_NONE is not set # # Debug facilities @@ -285,26 +279,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 |