This is the mail archive of the gcc@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: libtool for shared objects?


Basile STARYNKEVITCH <basile@starynkevitch.net> writes:

>> Why can't you generate it in a separate toplevel directory?
>
>
> I am not sure to understand what exactly you mean. Do you suggest to
> generate this script in the toplevel (top of gcc source directory)
> Makefile.tpl or do you suggest it to be generated in a yet another new
> subdirectory of the topdir.

The latter, or at least not necessarily inside the gcc subdir.

> My (perhaps wrong) intuition was that since it is intimately related
> to cc1 it should be built in gcc/Makefile.in (which is building cc1).

Like libcpp is intimately related to cc1, yet built in its own toplevel
directory.  Or libgcc is intimately related to cc1, although only at
link time.  But it looks like the functionality provided by your script
is either similar to libcpp or similar to libgcc, and should be handled
like those.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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