diff options
author | Keith Packard <keithp@keithp.com> | 2021-01-09 00:06:43 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2021-01-14 15:05:10 -0800 |
commit | 945b4c64368b895c190a9b7592d6514bd1ee1d5d (patch) | |
tree | 0099e21c47870aeb4cf7c9f5d9f58ff67254473c /packages/newlib-nano | |
parent | fcf323336eab38aa8d0fffe75c11062d3e049caa (diff) | |
download | crosstool-ng-945b4c64368b895c190a9b7592d6514bd1ee1d5d.tar.gz crosstool-ng-945b4c64368b895c190a9b7592d6514bd1ee1d5d.tar.bz2 crosstool-ng-945b4c64368b895c190a9b7592d6514bd1ee1d5d.zip |
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.0 | 1 | ||||
-rw-r--r-- | packages/newlib-nano/package.desc | 10 |
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 00000000..4edb8659 --- /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 00000000..1529f3e6 --- /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' |