blob: 3dee0f06c0321045b4146cdcb9a2ce48f1ab2faa [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}