summaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-cross-canadian_7.5.1.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/gdb/gdb-cross-canadian_7.5.1.bbappend b/recipes/gdb/gdb-cross-canadian_7.5.1.bbappend
deleted file mode 100644
index a13df13..0000000
--- a/recipes/gdb/gdb-cross-canadian_7.5.1.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
1do_compile_prepend() {
2cat > ${WORKDIR}/python << EOF
3#! /bin/sh
4case "\$2" in
5 --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;;
6 --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;;
7 --exec-prefix) echo "${exec_prefix}" ;;
8 *) exit 1 ;;
9esac
10exit 0
11EOF
12 chmod +x ${WORKDIR}/python
13}