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: patch attached this time for *-rtems Ada on 3.2 branch


On Tue, Feb 04, 2003 at 08:06:04AM -0600, Joel Sherrill wrote:
> The problem this is trying to address is that this ends up ignoring the
> LIBGCC2_INCLUDES setting from the t-* files.  In particular, this breaks
> *-rtems because config/t-rtems sets 
> 
> LIBCGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
> 
> Do you have an alternate fix that lets t-* LIBGCC2* settings be honored
> without breaking the other case?

I think best would be simply adding $(LIBGCC2_INCLUDES) to INCLUDES
in Makefile.in (and maybe INCLUDES_FOR_SUBDIR) and
revert the TARGET_LIBGCC2_CFLAGS -> LIBGCC2_CLFAGS changes.

	Jakub


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