blob: e5249ab0de103d894dd916993f06a9203b72c0e3 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001do_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}