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