73710e057a
Review URL: http://codereview.chromium.org/155437 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2452 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
|
|
|
|
tools_path=`cd $(dirname "$0");pwd`
|
|
$tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
|