Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | do_configure_prepend_microblaze() { |
2 | # hack for microblaze, which needs xilinx.ld to literally do any linking (its hard coded in its LINK_SPEC) | ||||
3 | export CC="${CC} -L${S}/libgloss/microblaze" | ||||
4 | } | ||||
5 | |||||
6 | |||||
7 | # We use libgloss as if it was libxil, to avoid linking issues | ||||
8 | do_install_append_zynqmp-pmu(){ | ||||
9 | cp ${D}/${libdir}/libgloss.a ${D}/${libdir}/libxil.a | ||||
10 | } |