summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross-canadian.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index f6f515cbf6..3cb347b4c5 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -19,7 +19,7 @@ cat > ${WORKDIR}/python << EOF
19case "\$2" in 19case "\$2" in
20 --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; 20 --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;;
21 --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; 21 --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;;
22 --exec-prefix) echo "${exec_prefix}/bin" ;; 22 --exec-prefix) echo "${exec_prefix}" ;;
23 *) exit 1 ;; 23 *) exit 1 ;;
24esac 24esac
25exit 0 25exit 0