diff options
author | Ayke van Laethem <[email protected]> | 2021-09-13 01:16:02 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-11-04 17:15:38 +0100 |
commit | 79bdd3f79a59a0edc724039f624e875ae718caf0 (patch) | |
tree | 73dd5510cd7eaa23e64b8f91c52e15e20266c29d /lib | |
parent | 39ff13fd1a31610f5fe733cb38908c8563643981 (diff) | |
download | tinygo-79bdd3f79a59a0edc724039f624e875ae718caf0.tar.gz tinygo-79bdd3f79a59a0edc724039f624e875ae718caf0.zip |
picolibc: add include directory to build artefact
This is really just a preparatory commit for musl support. The idea is
to store not just the archive file (.a) but also an include directory.
This is optional for picolibc but required for musl, so the main purpose
of this commit is the refactor needed for this change.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/picolibc-include/picolibc.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/picolibc-include/picolibc.h b/lib/picolibc-include/picolibc.h deleted file mode 100644 index e69de29bb..000000000 --- a/lib/picolibc-include/picolibc.h +++ /dev/null |