Skip to content

Commit

Permalink
Merge pull request #246 from sifive/picolibc-fixes
Browse files Browse the repository at this point in the history
Picolibc fixes
  • Loading branch information
nategraff-sifive authored Apr 16, 2020
2 parents 6fd4b0a + 6b194ab commit 9347969
Show file tree
Hide file tree
Showing 11 changed files with 717 additions and 403 deletions.
12 changes: 8 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,15 @@ if WITH_BUILTIN_LIBMETAL_PICO
lib_LIBRARIES += libmetal-pico.a

libmetal_pico_a_SOURCES = \
gloss/crt0.S \
pico/iob.c \
gloss/sys_exit.c \
pico/times.c \
gloss/crt0.S \
gloss/sys_sbrk.c \
pico/sysconf.c
gloss/sys_exit.c \
gloss/sys_times.c \
gloss/sys_sysconf.c \
gloss/sys_gettimeofday.c \
gloss/sys_clock_gettime.c \
gloss/sys_write.c

endif # WITH_BUILTIN_LIBMETAL_PICO

Expand All @@ -194,6 +197,7 @@ libmetal_gloss_a_SOURCES = \
gloss/sys_chdir.c \
gloss/sys_chmod.c \
gloss/sys_chown.c \
gloss/sys_clock_gettime.c \
gloss/sys_close.c \
gloss/sys_execve.c \
gloss/sys_exit.c \
Expand Down
555 changes: 409 additions & 146 deletions Makefile.in

Large diffs are not rendered by default.

Loading

0 comments on commit 9347969

Please sign in to comment.