* cc-with-index.sh (output_file): Default to a.out.

This commit is contained in:
Doug Evans 2010-10-07 19:34:52 +00:00
parent 48bb73dd52
commit 00e14314cf
2 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,7 @@ OBJCOPY=${OBJCOPY:-objcopy}
have_link=unknown
next_is_output_file=no
output_file=a.out
for arg in "$@"
do