diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-26 15:23:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-26 15:23:42 +0000 |
commit | 92d4a36e338405c948a4ba097943f351b7a7354d (patch) | |
tree | dac3bd638af091e86d39aa701862b005f7f749ef /samples/powerpc-405-linux-gnu | |
parent | 6f1b97431a6db3575b6815ca3240a63bcc778221 (diff) | |
download | crosstool-ng-92d4a36e338405c948a4ba097943f351b7a7354d.tar.gz crosstool-ng-92d4a36e338405c948a4ba097943f351b7a7354d.tar.bz2 crosstool-ng-92d4a36e338405c948a4ba097943f351b7a7354d.zip |
Don't use /bin/ash as shell in samples.
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 7 3 4 0 +++---
/trunk/samples/powerpc-405-linux-gnu/crosstool.config | 17 8 9 0 +++++++--------
/trunk/samples/arm-unknown-eabi/crosstool.config | 6 3 3 0 ++--
3 files changed, 14 insertions(+), 16 deletions(-)
Diffstat (limited to 'samples/powerpc-405-linux-gnu')
-rw-r--r-- | samples/powerpc-405-linux-gnu/crosstool.config | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/samples/powerpc-405-linux-gnu/crosstool.config b/samples/powerpc-405-linux-gnu/crosstool.config index c9c05d46..cf74cc5a 100644 --- a/samples/powerpc-405-linux-gnu/crosstool.config +++ b/samples/powerpc-405-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.2.0+svn_trunk@1114 -# Wed Oct 22 20:56:36 2008 +# crosstool-NG version: 1.2.0+svn_trunk@1144 +# Sun Oct 26 16:23:08 2008 # # @@ -51,7 +51,7 @@ CT_PARALLEL_JOBS=1 CT_LOAD=0 CT_NICE=0 CT_USE_PIPES=y -CT_CONFIG_SHELL_ASH=y +# CT_CONFIG_SHELL_ASH is not set # # Logging @@ -146,7 +146,7 @@ CT_KERNEL_LINUX_INSTALL_CHECK=y # CT_KERNEL_V_2_6_22_19 is not set # CT_KERNEL_V_2_6_23_17 is not set # CT_KERNEL_V_2_6_24_7 is not set -# CT_KERNEL_V_2_6_25_18 is not set +# CT_KERNEL_V_2_6_25_19 is not set # CT_KERNEL_V_2_6_26 is not set # CT_KERNEL_V_2_6_26_1 is not set # CT_KERNEL_V_2_6_26_2 is not set @@ -154,9 +154,11 @@ CT_KERNEL_LINUX_INSTALL_CHECK=y # CT_KERNEL_V_2_6_26_4 is not set # CT_KERNEL_V_2_6_26_5 is not set # CT_KERNEL_V_2_6_26_6 is not set +# CT_KERNEL_V_2_6_26_7 is not set # CT_KERNEL_V_2_6_27 is not set # CT_KERNEL_V_2_6_27_1 is not set CT_KERNEL_V_2_6_27_2=y +# CT_KERNEL_V_2_6_27_3 is not set CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set # CT_KERNEL_LINUX_VERBOSITY_2 is not set @@ -293,6 +295,7 @@ CT_LIBC_GLIBC_MIN_KERNEL="2.6.27.2" # # Tools facilities # +# CT_TOOL_libelf is not set CT_TOOL_sstrip=y # CT_SSTRIP_ELFKICKERS is not set CT_SSTRIP_BUILDROOT=y @@ -335,9 +338,5 @@ CT_GDB_VERSION="6.8" # CT_NCURSES_V_5_6=y CT_NCURSES_VERSION="5.6" +# CT_DEBUG_ltrace is not set # CT_DEBUG_strace is not set -# CT_STRACE_V_4_5 is not set -# CT_STRACE_V_4_5_14 is not set -# CT_STRACE_V_4_5_15 is not set -# CT_STRACE_V_4_5_16 is not set -# CT_STRACE_V_4_5_18 is not set |