samples/s390x-ibm-linux-gnu/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Thu May 17 17:56:27 2012 +0200 (2012-05-17)
changeset 2986 c301df1af7cb
parent 2953 b0f1b8711716
child 3175 efad82bf7b9b
permissions -rw-r--r--
debug/gdb: add option to enable/disable the IPA lib for gdbserver

gdbserver >= 7.2 comes with an optional library to use tracepoints, the
In Process Agent (IPA) library, libinproctrace.so.

Currently, we build gdbserver staticaly, but that breaks the build of
the IPA lib.

Add an option to biuld the IPA lib, but not if statically linking.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 CT_EXPERIMENTAL=y
     2 CT_LOCAL_TARBALLS_DIR="${HOME}/src"
     3 CT_SAVE_TARBALLS=y
     4 CT_PATCH_NONE=y
     5 CT_LOG_EXTRA=y
     6 CT_ARCH_64=y
     7 CT_ARCH_s390=y
     8 CT_KERNEL_linux=y
     9 CT_KERNEL_V_2_6_31_14=y
    10 CT_BINUTILS_V_2_19_1a=y
    11 CT_CC_V_4_4_5=y
    12 CT_CC_LANG_CXX=y
    13 CT_LIBC_glibc=y
    14 CT_LIBC_GLIBC_V_2_9=y
    15 CT_GMP_V_4_3_2=y
    16 CT_MPFR_V_2_4_2=y
    17 CT_PPL_V_0_10_2=y
    18 CT_CLOOG_V_0_15_10=y