Commit b98cd522 authored by Pietro Fezzardi's avatar Pietro Fezzardi Committed by Alessandro Rubini

arch-sim: fixed linking with libc-functions

the diagnostics messages were printed with too much newlines
because they were using the standard libc puts instead of pp_puts
parent 7093ef18
......@@ -11,8 +11,8 @@ OBJ-y += $A/sim-startup.o \
lib/cmdline.o \
lib/conf.o \
lib/dump-funcs.o \
lib/libc-functions.o \
lib/div64.o
# lib/libc-functions.o \
# Support only "sim" time operations
TIME := sim
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment