aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-core/newlib/newlib_%.bbappend
blob: d30e61ec3d2aa31afbb4f55bb867c1ccb8646366 (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"
}