blob: d459bf19ae5e32c5de765b00d7531388665c21ed [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001require microblaze-newlib.inc
2
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003do_configure_prepend_microblaze() {
4 # hack for microblaze, which needs xilinx.ld to literally do any linking (its hard coded in its LINK_SPEC)
5 export CC="${CC} -L${S}/libgloss/microblaze"
6}
Andrew Geissler84ad7c52020-06-27 00:00:16 -05007