diff options
author | Alexey Neyman <stilor@att.net> | 2022-01-05 00:37:45 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:50 -0800 |
commit | cc6b7fad46f5cb3d84cf87ae47c5f723803a67a3 (patch) | |
tree | bc5ebd566bc39ffe8a8600bbaf66c91d1316aec1 /packages/gmp | |
parent | 4c6604e730ee786709e8c39ab9e54eec06990e49 (diff) | |
download | crosstool-ng-cc6b7fad46f5cb3d84cf87ae47c5f723803a67a3.tar.gz crosstool-ng-cc6b7fad46f5cb3d84cf87ae47c5f723803a67a3.tar.bz2 crosstool-ng-cc6b7fad46f5cb3d84cf87ae47c5f723803a67a3.zip |
Retire obsoleted milestones
... and the code dependent on them, after the latest wave of obsolete
package removals. This concludes the glorious history of the original
uClibc (non-NG) with lots of kludges removed.
There was a choice here, whether to call the resulting libc "uClibc" or
"uClibc-ng". I opted in favor of giving uClibc-ng the recognition it
deserves, although it had some ripple effect in the ct-ng code.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gmp')
-rw-r--r-- | packages/gmp/package.desc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gmp/package.desc b/packages/gmp/package.desc index 5936eea9..c6ca8c59 100644 --- a/packages/gmp/package.desc +++ b/packages/gmp/package.desc @@ -2,6 +2,5 @@ repository='hg https://gmplib.org/repo/gmp/' bootstrap='./.bootstrap' mirrors='https://gmplib.org/download/gmp https://gmplib.org/download/gmp/archive $(CT_Mirrors GNU gmp)' relevantpattern='*.*|.' -milestones='5.0.0 5.1.0' archive_formats='.tar.xz .tar.lz .tar.bz2' signature_format='packed/.sig' |