Skip to content
Snippets Groups Projects
Commit bd7467dd authored by James Zern's avatar James Zern
Browse files

rtcd.sh: sort functions by name

this will aid in output comparison with other generation systems

Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce
parent d54b316f
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,7 @@ EOF
#
# Main Driver
#
ALL_FUNCS=$(export LC_ALL=C; echo $ALL_FUNCS | tr ' ' '\n' | sort |tr '\n' ' ')
require c
case $arch in
x86)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment