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 Tue, 25 Jan 2011, Simon Baldwin wrote:
> Index: gcc/doc/install.texi
> ===================================================================
> +If you specify the @option{--with-native-system-header-dir} option
> +then the compiler will search that directory within @var{dir} for
> +native system headers rather than the default @file{/usr/include}.

I am wondering, should this be
  @option{--with-native-system-header-dir=@var{dir}}
?  Otherwise, where is @var{dir} introduced?

Also, in the documentation of --with-native-system-header-dir= you
use dirname instead of dir which indeed seems to be common practice.

Gerald


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