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