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 @@ | |||
| 1 | require gdb-common.inc | ||
| 2 | |||
| 3 | DEPENDS = "ncurses-native" | ||
| 4 | |||
| 5 | #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" | ||
| 6 | |||
| 7 | GDBPROPREFIX = "" | ||
| 8 | |||
| 9 | inherit cross | ||
| 10 | inherit gettext | ||
