Skip to content

Commit

Permalink
Merge pull request #340 from sifive/remove-picolibc
Browse files Browse the repository at this point in the history
Remove picolibc support
  • Loading branch information
nategraff-sifive authored Sep 16, 2020
2 parents 572c157 + 56c06f5 commit 7e4c9ad
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 159 deletions.
23 changes: 0 additions & 23 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -164,29 +164,6 @@ libmetal_a_SOURCES = \
src/vector.S \
src/watchdog.c

########################################################
# libmetal-pico
########################################################

# Build support for picolibc if --with-builtin-libmetal-pico is passed to configure
if WITH_BUILTIN_LIBMETAL_PICO

lib_LIBRARIES += libmetal-pico.a

libmetal_pico_a_SOURCES = \
pico/iob.c \
gloss/crt0.S \
gloss/sys_sbrk.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


########################################################
# libsegger
########################################################
Expand Down
80 changes: 13 additions & 67 deletions Makefile.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e4c9ad

Please sign in to comment.