diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-14 19:09:27 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-14 19:09:27 +0100 |
commit | 68058e12b87427288f69cb1d3f9791fc64a8fdff (patch) | |
tree | 95bebb627ff4abaedeea62b65941973050a47c63 /samples/armeb-unknown-linux-uclibcgnueabi | |
parent | 9a1941ac37930750f6fb57f549ef76f85f016236 (diff) | |
download | crosstool-ng-68058e12b87427288f69cb1d3f9791fc64a8fdff.tar.gz crosstool-ng-68058e12b87427288f69cb1d3f9791fc64a8fdff.tar.bz2 crosstool-ng-68058e12b87427288f69cb1d3f9791fc64a8fdff.zip |
samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2
Diffstat (limited to 'samples/armeb-unknown-linux-uclibcgnueabi')
-rw-r--r-- | samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 26 | ||||
-rw-r--r-- | samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.2.config (renamed from samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.1.config) | 0 |
2 files changed, 19 insertions, 7 deletions
diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config index fd706e55..926d1b3f 100644 --- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config +++ b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1702_eff73d8f3ce2 -# Thu Jan 7 19:30:04 2010 +# crosstool-NG version: hg_default@1733_02db017f4fe1 +# Thu Jan 14 19:09:16 2010 # # @@ -90,7 +90,7 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="arm" CT_ARCH_SUPPORTS_BOTH_MMU=y CT_ARCH_SUPPORTS_BOTH_ENDIAN=y -# CT_ARCH_SUPPORTS_32 is not set +CT_ARCH_SUPPORTS_32=y # CT_ARCH_SUPPORTS_64 is not set CT_ARCH_SUPPORT_ARCH=y # CT_ARCH_SUPPORT_ABI is not set @@ -100,7 +100,7 @@ CT_ARCH_SUPPORT_FPU=y CT_ARCH_DEFAULT_HAS_MMU=y # CT_ARCH_DEFAULT_BE is not set CT_ARCH_DEFAULT_LE=y -# CT_ARCH_DEFAULT_32 is not set +CT_ARCH_DEFAULT_32=y # CT_ARCH_DEFAULT_64 is not set CT_ARCH_ARCH="armv5te" CT_ARCH_CPU="xscale" @@ -108,8 +108,9 @@ CT_ARCH_TUNE="xscale" CT_ARCH_FPU="" CT_ARCH_BE=y # CT_ARCH_LE is not set -# CT_ARCH_32 is not set +CT_ARCH_32=y # CT_ARCH_64 is not set +CT_ARCH_BITNESS=32 # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -298,13 +299,14 @@ CT_CC_LANG_OTHERS="" # C-library # CT_LIBC="uClibc" -CT_LIBC_VERSION="0.9.30.1" +CT_LIBC_VERSION="0.9.30.2" # CT_LIBC_eglibc is not set # CT_LIBC_glibc is not set # CT_LIBC_newlib is not set # CT_LIBC_none is not set CT_LIBC_uClibc=y -CT_LIBC_V_0_9_30_1=y +CT_LIBC_UCLIBC_V_0_9_30_2=y +# CT_LIBC_V_0_9_30_1 is not set # CT_LIBC_V_0_9_30 is not set # CT_LIBC_V_0_9_29 is not set # CT_LIBC_V_0_9_28_3 is not set @@ -358,6 +360,7 @@ CT_GDB_NATIVE=y CT_GDB_NATIVE_USE_GMP_MPFR=y CT_GDB_GDBSERVER=y CT_GDB_GDBSERVER_STATIC=y +# CT_GDB_V_7_0_1 is not set # CT_GDB_V_7_0 is not set CT_GDB_V_6_8=y # CT_GDB_V_snapshot is not set @@ -436,3 +439,12 @@ CT_COMP_LIBS_TARGET=y CT_TOOLS_WRAPPER_SCRIPT=y # CT_TOOLS_WRAPPER_EXEC is not set CT_TOOLS_WRAPPER="script" + +# +# Companion tools +# + +# +# READ HELP before you say 'Y' below !!! +# +# CT_COMP_TOOLS is not set diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.1.config b/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.2.config index 8ff130b1..8ff130b1 100644 --- a/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.1.config +++ b/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.2.config |