Add support for the uclibc-ng project

- https://uclibc-ng.org/

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
This commit is contained in:
Michael Opdenacker 2018-04-03 15:42:35 +02:00
parent e732c6a295
commit d6dbdda362

9
projects/uclibc-ng.sh Normal file
View file

@ -0,0 +1,9 @@
# Elixir definitions for uclibc-ng
list_tags_h()
{
echo "$tags" |
tac |
sed -r 's/^(v[0-9])\.([0-9]*)(.*)$/\1 \1.\2 \1.\2\3/'
}