Update the PowerPC SPE sample.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 12 11:15:44 2008 +0000 (2008-08-12)
changeset 79550afe9e54a1b
parent 794 74bb87c3fd79
child 796 ff0053669bb1
Update the PowerPC SPE sample.

/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 55 47 8 0 +++++++++++++++---
1 file changed, 47 insertions(+), 8 deletions(-)
samples/powerpc-unknown-linux-gnuspe/crosstool.config
     1.1 --- a/samples/powerpc-unknown-linux-gnuspe/crosstool.config	Tue Aug 12 10:53:56 2008 +0000
     1.2 +++ b/samples/powerpc-unknown-linux-gnuspe/crosstool.config	Tue Aug 12 11:15:44 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6  # crosstool-NG version: 1.2.0+svn_trunk@939M
     1.7 -# Tue Aug 12 10:25:48 2008
     1.8 +# Tue Aug 12 11:53:30 2008
     1.9  #
    1.10  
    1.11  #
    1.12 @@ -265,8 +265,8 @@
    1.13  # Additional supported languages:
    1.14  #
    1.15  CT_CC_LANG_CXX=y
    1.16 -# CT_CC_LANG_FORTRAN is not set
    1.17 -# CT_CC_LANG_JAVA is not set
    1.18 +CT_CC_LANG_FORTRAN=y
    1.19 +CT_CC_LANG_JAVA=y
    1.20  # CT_CC_LANG_ADA is not set
    1.21  # CT_CC_LANG_OBJC is not set
    1.22  # CT_CC_LANG_OBJCXX is not set
    1.23 @@ -298,12 +298,51 @@
    1.24  #
    1.25  # Tools facilities
    1.26  #
    1.27 -# CT_SSTRIP is not set
    1.28 +CT_SSTRIP=y
    1.29 +# CT_SSTRIP_ELFKICKERS is not set
    1.30 +CT_SSTRIP_BUILDROOT=y
    1.31 +CT_SSTRIP_FROM="buildroot"
    1.32  
    1.33  #
    1.34  # Debug facilities
    1.35  #
    1.36 -# CT_DMALLOC is not set
    1.37 -# CT_DUMA is not set
    1.38 -# CT_GDB is not set
    1.39 -# CT_STRACE is not set
    1.40 +CT_DMALLOC=y
    1.41 +# CT_DMALLOC_V_5_4_3 is not set
    1.42 +CT_DMALLOC_V_5_5_2=y
    1.43 +CT_DMALLOC_VERSION="5.5.2"
    1.44 +CT_DUMA=y
    1.45 +CT_DUMA_A=y
    1.46 +CT_DUMA_SO=y
    1.47 +# CT_DUMA_V_2_5_1 is not set
    1.48 +# CT_DUMA_V_2_5_8 is not set
    1.49 +# CT_DUMA_V_2_5_12 is not set
    1.50 +CT_DUMA_V_2_5_14=y
    1.51 +CT_DUMA_VERSION="2_5_14"
    1.52 +CT_GDB=y
    1.53 +CT_GDB_CROSS=y
    1.54 +# CT_GDB_CROSS_STATIC is not set
    1.55 +CT_GDB_NATIVE=y
    1.56 +# CT_GDB_NATIVE_STATIC is not set
    1.57 +# CT_GDB_NATIVE_USE_GMP_MPFR is not set
    1.58 +CT_GDB_GDBSERVER=y
    1.59 +CT_GDB_GDBSERVER_STATIC=y
    1.60 +# CT_GDB_V_snapshot is not set
    1.61 +# CT_GDB_V_6_4 is not set
    1.62 +# CT_GDB_V_6_5 is not set
    1.63 +# CT_GDB_V_6_6 is not set
    1.64 +# CT_GDB_V_6_7 is not set
    1.65 +# CT_GDB_V_6_7_1 is not set
    1.66 +CT_GDB_V_6_8=y
    1.67 +CT_GDB_VERSION="6.8"
    1.68 +
    1.69 +#
    1.70 +# Native gdb needs the ncurses library on the target
    1.71 +#
    1.72 +CT_NCURSES_V_5_6=y
    1.73 +CT_NCURSES_VERSION="5.6"
    1.74 +CT_STRACE=y
    1.75 +# CT_STRACE_V_4_5 is not set
    1.76 +# CT_STRACE_V_4_5_14 is not set
    1.77 +# CT_STRACE_V_4_5_15 is not set
    1.78 +CT_STRACE_V_4_5_16=y
    1.79 +CT_STRACE_VERSION="4.5.16"