diff options
author | scnorton <scnorton@biociphers.org> | 2017-12-14 19:51:13 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-12-14 19:51:13 -0500 |
commit | f60aca96985e68c7d8a52eb7bc955fb80e132f73 (patch) | |
tree | 019cc219859fe9294ebb57a37795a6d786920f08 /build_newlib.sh | |
parent | bd3e8ec8d772351bd37f3d097955219c1f6aa59f (diff) |
name remaining functions in asm/libc.s
Diffstat (limited to 'build_newlib.sh')
-rw-r--r-- | build_newlib.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build_newlib.sh b/build_newlib.sh index 53fe5ca..23ace0c 100644 --- a/build_newlib.sh +++ b/build_newlib.sh @@ -50,6 +50,14 @@ names=" libc/sys/arm/syscalls libc/reent/writer ${dummy# libc/stdlib/mallocr:CALLOC} + libc/reent/closer + libc/reent/impure + libc/reent/fstatr + libc/stdlib/abort + libc/sys/arm/syscalls + libc/sys/arm/libcfunc + libc/reent/lseekr + libc/reent/readr " compile () { |