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]

Re: value of $CXX when building libraries


One possible readon my the spec file approach may be preferrable:

Somebody reported on the java-discuss list that they had run into a
"argument list too long" error (on Irix).  Using specs files might
avoid this problem, at least for calling gcc proper.  Of course you still
have the problem that the command line to cc1plus might be too long ...

A radical suggestion:  We should combine the libstdc-v3 include
sub-directories.  What is the reason that include/std and include/c_std
are separate directories?  If we merged the directories then command
lines would be shorter, and building the libraries faster, since
fewer directories have to be searched.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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