diff options
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc new file mode 100644 index 0000000000..20db86b563 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross.inc @@ -0,0 +1,10 @@ +require gdb-common.inc + +DEPENDS = "ncurses-native" + +#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" + +GDBPROPREFIX = "" + +inherit cross +inherit gettext |