extraordinary <vishalpawale...@gmail.com> writes: > I want to change the search path of GCC for its header files, so for all > future references GCC should look only for this path not the others.
Are you asking as a GCC user or a GCC developer? The mailing list gcc@gcc.gnu.org is for people who work on GCC itself. For that, the answer is to set native_system_header_dir for your target in the config.gcc file. GCC will still look in its own private directories, but that will set the directory where it will look for system header files. GCC user questions should go to the mailing list gcc-h...@gcc.gnu.org. Thanks. Ian