summaryrefslogtreecommitdiff
path: root/packages/newlib-nano
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2021-01-09 08:06:43 (GMT)
committerKeith Packard <keithp@keithp.com>2021-01-14 23:05:10 (GMT)
commit945b4c64368b895c190a9b7592d6514bd1ee1d5d (patch)
tree0099e21c47870aeb4cf7c9f5d9f58ff67254473c /packages/newlib-nano
parentfcf323336eab38aa8d0fffe75c11062d3e049caa (diff)
Add newlib-nano as companion lib
This allows building newlib-nano in addition to newlib and picolibc, allowing users to select between C libraries within the same toolchain. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'packages/newlib-nano')
l---------packages/newlib-nano/3.3.01
-rw-r--r--packages/newlib-nano/package.desc10
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/newlib-nano/3.3.0 b/packages/newlib-nano/3.3.0
new file mode 120000
index 0000000..4edb865
--- /dev/null
+++ b/packages/newlib-nano/3.3.0
@@ -0,0 +1 @@
+../newlib/3.3.0/ \ No newline at end of file
diff --git a/packages/newlib-nano/package.desc b/packages/newlib-nano/package.desc
new file mode 100644
index 0000000..1529f3e
--- /dev/null
+++ b/packages/newlib-nano/package.desc
@@ -0,0 +1,10 @@
+origin='RedHat'
+repository='git git://sourceware.org/git/newlib-cygwin.git'
+# Do not use "$(CT_Mirrors sourceware newlib)" here: the mirrors (kernel.org
+# and gnu.org) only store some older releases of newlib (2.0.0 and before).
+mirrors='ftp://sourceware.org/pub/newlib'
+milestones='2.0 2.1 2.2'
+relevantpattern='*.*|.*. *.*|.'
+archive_filename='newlib-@{version}'
+archive_dirname='newlib-@{version}'
+archive_formats='.tar.gz'