diff options
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
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 1f603223d3..3827617ec7 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -17,7 +17,7 @@ cat > ${WORKDIR}/python << EOF | |||
17 | case "\$2" in | 17 | case "\$2" in |
18 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; | 18 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; |
19 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; | 19 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; |
20 | --exec-prefix) echo "${exec_prefix}/bin" ;; | 20 | --exec-prefix) echo "${exec_prefix}" ;; |
21 | *) exit 1 ;; | 21 | *) exit 1 ;; |
22 | esac | 22 | esac |
23 | exit 0 | 23 | exit 0 |