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

[Bug bootstrap/12611] Gcc doesn't handle SGI's modularized compiler setup


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 18:19 -------
It looks like one hack to solve this would be in cppdefault.c:

below const struct default_include cpp_include_defaults[] you should be able to add a line along 
the lines of { "/opt/MIPSpro/74/usr/include", "GCC", 0, 0, 0 }

Can you give this a try? Thanks.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12611


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