This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Thanks Alexandre, On 9 Sep 2009, at 08:23, Alexandre Oliva wrote:
On Sep 8, 2009, IainS <developer@sandoe-acoustics.co.uk> wrote:<snip>
Index: contrib/compare-debug
Please use `uname -s` instead of $(uname -s), for portability.
Also, please follow the indentation style of the script. Use two- blanks
indentation, and align case with the alternative, like this:
case `uname -s` in Darwin) ld -S ... ;; *) cp ... ;; esac
Given a suitable ChangeLog entry and these changes, this is approved.
Attachment:
cmpdbg-2.diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |