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:
parent
e732c6a295
commit
d6dbdda362
1 changed files with 9 additions and 0 deletions
9
projects/uclibc-ng.sh
Normal file
9
projects/uclibc-ng.sh
Normal 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/'
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue