diff options
Diffstat (limited to 'recipes/gdb/gdb-cross-canadian_7.5.1.bbappend')
-rw-r--r-- | recipes/gdb/gdb-cross-canadian_7.5.1.bbappend | 13 |
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 @@ | |||
1 | do_compile_prepend() { | ||
2 | cat > ${WORKDIR}/python << EOF | ||
3 | #! /bin/sh | ||
4 | case "\$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 ;; | ||
9 | esac | ||
10 | exit 0 | ||
11 | EOF | ||
12 | chmod +x ${WORKDIR}/python | ||
13 | } | ||