blob: 3dee0f06c0321045b4146cdcb9a2ce48f1ab2faa [file] [log] [blame]
require microblaze-newlib.inc
do_configure_prepend_microblaze() {
# hack for microblaze, which needs xilinx.ld to literally do any linking (its hard coded in its LINK_SPEC)
export CC="${CC} -L${S}/libgloss/microblaze"
}