Andrew Top | ef837fa | 2017-10-04 22:44:25 -0700 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # A wrapper script to call 'linux-tick-processor' with Mac-specific settings. | ||||
4 | |||||
5 | tools_path=`cd $(dirname "$0");pwd` | ||||
6 | $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@ |