This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs 1.1b *-rtems
- To: joel at OARcorp dot com
- Subject: Re: egcs 1.1b *-rtems
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 14 Oct 1998 01:44:33 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.LNX.3.96.981012131914.9613N-100000@oar3remote.oarcorp.com>you write:
> I needed the patch below my signature to get egcs 1.1b to work with RTEMS.
>
> I think all newlib targets need a similar patch.
>
> I would appreciate some commentary on it.
>
> Mon Oct 12 13:29:17 CDT 1998 Joel Sherrill (joel@OARcorp.com)
>
> * Makefile.in: do not install assert.h if not desired.
> * config/t-rtems: do not install assert.h -- use newlib's.
Don't you just need the t-rtems change?
That should override INSTALL_ASSERT_H in the generated Makefile, which should
prevent install-headers from depending on install-assert-h.
jef