Home | History | Annotate | Download | only in tools
      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 $@
      7