This is the mail archive of the gcc@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]

Re: proposal: Default settings from environment


Phil Edwards <phil at jaj dot com> wrote:
> More generally, make a script called gcc that looks like this
>
>     #!/bin/sh
>
>     exec /path/to/real/gcc -foo -bar $*

ITYM ${1+"$@"}, not $*.


paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]