From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18167 invoked by alias); 21 Jan 2004 18:19:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18156 invoked by uid 48); 21 Jan 2004 18:19:07 -0000 Date: Wed, 21 Jan 2004 18:19:00 -0000 Message-ID: <20040121181907.18154.qmail@sources.redhat.com> From: "dhazeghi at yahoo dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031014025253.12611.rrr6399@futuretek.com> References: <20031014025253.12611.rrr6399@futuretek.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/12611] Gcc doesn't handle SGI's modularized compiler setup X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02638.txt.bz2 List-Id: ------- 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