ref: bd7467ddb60c3598d7b2a99dfa89b89c5a0653e7
parent: d54b316f54f8ad6b8296facbb9c98ae82d3f4889
author: James Zern <jzern@google.com>
date: Sun Feb 23 11:29:55 EST 2014
rtcd.sh: sort functions by name this will aid in output comparison with other generation systems Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce
--- a/build/make/rtcd.sh
+++ b/build/make/rtcd.sh
@@ -333,6 +333,7 @@
#
# Main Driver
#
+ALL_FUNCS=$(export LC_ALL=C; echo $ALL_FUNCS | tr ' ' '\n' | sort |tr '\n' ' ')
require c
case $arch in
x86)
--
⑨