patches/ltrace/0.5.3/170-lib-supcc.patch
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Fri Nov 18 16:22:52 2011 +0800 (2011-11-18)
changeset 2856 7723b8457efa
permissions -rw-r--r--
debug/gdb: --disable-sim for CT_GDB_CROSS.

sim was already disabled for CT_GDB_NATIVE.

Reviewed-by: Michael Hope
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@anciens.enib.fr: make it a config option]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 Index: ltrace-0.5.3/configure
     2 ===================================================================
     3 --- ltrace-0.5.3/configure
     4 +++ ltrace-0.5.3/configure
     5 @@ -78,7 +78,10 @@ fi
     6  rm -f conftest.c a.out
     7  
     8  CFLAGS='-g -O2'
     9 -LIBS='-lelf -lsupc++ -liberty '
    10 +LIBS='-lelf'
    11 +[ -n "$HAVE_LIBSUPC__" ] && LIBS="$LIBS -lsupc++"
    12 +[ -n "$HAVE_LIBIBERTY" ] && LIBS="$LIBS -liberty"
    13 +
    14  INSTALL='install -c'
    15  iquote='-iquote '
    16  iquoteend=''