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: A trouble with libssp in one-tree builds


> DJ, can this be solved by toplevel Makefile.in's dependencies or
> lang_env_dependencies?

The usual solution is to test $with_newlib and hard-code known results
if it's set.

You CANNOT rely on being able to link target programs in all cases.
It's better if you can figure out a non-linking test to use instead.


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