aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-core/newlib/libgloss_2.5.0.bb
blob: 6fbafc1d9f5245256a93b7c6c4f5befd37f0ae8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require newlib.inc

DEPENDS += "newlib"

do_configure() {
	${S}/libgloss/configure ${CONFIGUREOPTS}
}

do_install_prepend() {
	# install doesn't create this itself
	install -d ${D}${prefix}/${TARGET_SYS}/lib
}

FILES_${PN} += "${libdir}/*.ld ${libdir}/*.specs"

INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"