• Alessandro Rubini's avatar
    arch/lm32/ram.ld: provide mprintf if missing · a502f9db
    Alessandro Rubini authored
    When we'll enable pp_printf, we'll need to resolve mprintf to
    it. Local files are fixed by #define in wrc.h, but ptp-noposix has
    explicit mprintf calls inside.  By using "PROVIDE" in the linker
    script, we resolve mprintf to pp_printf only if no native mprintf
    is part of the link stage. This has no effect if pp_printf is
    not selected.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    a502f9db
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ptp-noposix @ 303c8360
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.c Loading commit data...
wrc_ptp.h Loading commit data...