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