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]

Re: [google] Add --with-native-system-header-dir to specify the location of /usr/include


On Wed, Jan 26, 2011 at 06:34, Simon Baldwin <simonb@google.com> wrote:

> $ diff ../37499.patch.old ../37499.patch
> 49,50c49,50
> < +If you specify the @option{--with-native-system-header-dir} option
> < +then the compiler will search that directory within @var{dir} for
> ---
>> +If you specify the @option{--with-native-system-header-dir=@var{dirname}}
>> +option then the compiler will search that directory within @var{dirname} for
> 60,61c60,61
> < +If you specify the @option{--with-native-system-header-dir} option
> < +then the compiler will search that directory within @var{dir} for
> ---
>> +If you specify the @option{--with-native-system-header-dir=@var{dirname}}
>> +option then the compiler will search that directory within @var{dirname} for

Sounds good.  I agree that using dirname is better in this case.  If
you haven't committed the original form, feel free to commit these
changes now.

Gerald, I'll send a patch to change all other instances of 'dir' to
'dirname' for trunk.  Would that be OK?


Thanks.  Diego.


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