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: RFA: Install libobjc under gcc/, not gcc-lib/


Geoff Keating wrote:
[snip]
> This is OK (although it needs a ChangeLog entry),

How about, for libobjc/ChangeLog (glances at change log style docs):

2003-08-23  Alexander Malmberg <alexander@malmberg.org>

	* Makefile.in, aclocal.m4, configure: Update to use $(libdir)/gcc/
	instead of $(libdir)/gcc-lib/ when installing.

> but why isn't this
> variable overriden by the toplevel Makefile?

I don't know, I just patched this in the obvious way. It does seem a bit
odd that something like libsubdir isn't defined in just one place. Some
quick grepping shows that there are similar references to gcc-lib in
several other places, but since they haven't hurt me, I haven't looked
closely at them (and this is on objc-improvements-branch):

libf2c/Makefile.in
libf2c/aclocal.m4
libstdc++-v3/aclocal.m4
...

- Alexander Malmberg


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