blob: dbcffde4e9f8642a6bbc4c48260d4586432d3976 (
plain)
1
2
3
4
5
6
7
8
9
|
require gdb-common.inc
require gdb-cross-canadian.inc
PR = "${INC_PR}.3"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
EXPAT = "--with-expat"
S = "${WORKDIR}/${BPN}-${PV}"
|