Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
20f9b94e782e4db6a1e897bcd2c58bb033de7a1f
/
.
/
meta-xilinx
/
meta-xilinx-standalone
/
recipes-standalone
/
newlib
/
newlib_3.0.0.bbappend
blob: e5249ab0de103d894dd916993f06a9203b72c0e3 [
file
] [
log
] [
blame
]
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"
}