aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-core/newlib/newlib_3.3.%.bbappend
blob: d459bf19ae5e32c5de765b00d7531388665c21ed (plain)
1
2
3
4
5
6
7
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"
}