samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config
author Johannes Stezenbach <js@sig21.net>
Tue Oct 30 00:22:25 2012 +0000 (2012-10-30)
changeset 3097 5c67476c7342
parent 2953 b0f1b8711716
child 3149 e1611da4bb05
permissions -rw-r--r--
scripts/functions: fix endless loop in debug-shell with IO redirection

CT_DEBUG_INTERACTIVE is disabled when stdin, stdout or
stderr are redirected, but the check is only done at
the start of the build and doesn't catch when individual
build commands use redirection. When stdin is redirected
it will cause the debug shell to exit immediately, causing
and endless loop. Thus, save the stdin/our/err file handles
and restore them before invoking the debug shell.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
Message-Id: <20121030102225.GA8303@sig21.net>
Patchwork-Id: 195409
yann@727
     1
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@727
     2
CT_SAVE_TARBALLS=y
yann@727
     3
CT_LOG_EXTRA=y
yann@727
     4
CT_ARCH_FLOAT_SW=y
yann@727
     5
CT_ARCH_powerpc=y
yann@727
     6
CT_TARGET_VENDOR="unknown_nofpu"
yann@1011
     7
CT_KERNEL_linux=y
yann@2581
     8
CT_KERNEL_V_2_6_31_14=y
yann@2724
     9
CT_BINUTILS_V_2_19_1a=y
yann@727
    10
CT_BINUTILS_FOR_TARGET=y
yann@1563
    11
CT_CC_V_4_3_2=y
yann@2724
    12
CT_CC_LANG_FORTRAN=y
yann@727
    13
CT_CC_LANG_CXX=y
yann@1012
    14
CT_CC_LANG_JAVA=y
yann@1011
    15
CT_LIBC_glibc=y
yann@2240
    16
CT_LIBC_GLIBC_V_2_9=y
yann@2290
    17
# CT_LIBC_GLIBC_FORCE_UNWIND is not set
yann@1283
    18
CT_LIBC_GLIBC_USE_PORTS=y
yann@1011
    19
CT_DEBUG_dmalloc=y
yann@1011
    20
CT_DEBUG_duma=y
yann@1011
    21
CT_DEBUG_gdb=y
yann@727
    22
CT_GDB_NATIVE=y
yann@1011
    23
CT_DEBUG_strace=y
yann@1941
    24
CT_GMP_V_4_3_2=y
yann@1841
    25
CT_MPFR_V_2_4_2=y