summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-core/newlib/newlib-microblaze.inc
blob: 116bfbf399a9b2a12bb2b4ee81d2d1d7e36858bc (plain)
1
2
3
4
5
6
7
require microblaze-newlib.inc

do_configure:prepend() {
    # 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"
}