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]

Re: [C++] include directory configury



> if you moved the G++ installation to another path, the driver couldn't
> figure out the location of the target-dependent headers 

when is this ever done?

> My solution is to use logic for the target-dependent include path
> (gcc_gxx_target_include_dir) analogous to what configure generates for
> the target-independent include path (gcc_gxx_include_dir) if you don't
> specify the --with-gxx-include-dir flag.

then perhaps both gcc_gxx_include_dir and gcc_gxx_target_include_dir
should use the same variable for the common bits.

at the very least, this will make the line wrap correctly.

-benjamin

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