samples/powerpc-e500v2-linux-gnuspe/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 3175 efad82bf7b9b
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@929
     1
CT_EXPERIMENTAL=y
yann@929
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@929
     3
CT_SAVE_TARBALLS=y
yann@929
     4
CT_LOG_EXTRA=y
yann@929
     5
CT_ARCH_CPU="8548"
yann@929
     6
CT_ARCH_TUNE="8548"
yann@929
     7
CT_TARGET_CFLAGS="-mfloat-gprs=double -Wa,-me500x2"
yann@929
     8
CT_ARCH_powerpc=y
yann@2724
     9
CT_ARCH_powerpc_ABI_SPE=y
yann@929
    10
CT_TARGET_VENDOR="e500v2"
yann@929
    11
CT_KERNEL_linux=y
yann@2724
    12
CT_KERNEL_V_2_6_36_4=y
yann@2724
    13
CT_BINUTILS_V_2_20_1a=y
yann@2581
    14
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2"
yann@2139
    15
CT_BINUTILS_FOR_TARGET=y
yann@2369
    16
CT_CC_GCC_SHOW_LINARO=y
yann@2369
    17
CT_CC_V_4_6_0=y
yann@929
    18
CT_CC_LANG_CXX=y
yann@2581
    19
CT_CC_EXTRA_CONFIG_ARRAY="--with-long-double-128"
yann@2426
    20
# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
yann@2139
    21
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
yann@2240
    22
CT_LIBC_EGLIBC_V_2_10=y
yann@2290
    23
# CT_LIBC_GLIBC_FORCE_UNWIND is not set
yann@1283
    24
CT_LIBC_GLIBC_USE_PORTS=y
yann@2139
    25
CT_DEBUG_duma=y
yann@2139
    26
CT_DEBUG_gdb=y
yann@2139
    27
CT_GDB_NATIVE=y
yann@2139
    28
CT_GDB_NATIVE_STATIC=y
yann@2724
    29
CT_GDB_V_7_1a=y
yann@2139
    30
CT_DEBUG_ltrace=y
yann@2139
    31
CT_DEBUG_strace=y
yann@2139
    32
CT_STRACE_V_4_5_20=y
yann@2369
    33
CT_GMP_V_5_0_1=y
yann@2139
    34
CT_MPFR_V_3_0_0=y
yann@2369
    35
CT_CLOOG_V_0_15_10=y
yann@2139
    36
CT_MPC_V_0_8_2=y
yann@2139
    37
CT_TEST_SUITE_GCC=y