blob: 3af893a7a81fe82331c66a8cbb3b0b90bbad852b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms"
DEPENDS = "binutils-cross"
PV = "0.0+svnr${SRCREV}"
inherit autotools cross
SRC_URI = "svn://sources.blackfin.uclinux.org/toolchain/trunk;module=${PN}"
S = "${WORKDIR}/${PN}"
EXTRA_OECONF = " --with-libbfd=${STAGING_LIBDIR}/libbfd.a \
--with-libiberty=${STAGING_LIBDIR}/libiberty.a \
--with-bfd-include-dir=${STAGING_INCDIR} \
"
|