This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: PATCH: other/17789: Cannot 'make check' inside libstdc++-v3


Again, for the Nth time, H.J., you need to cc libstdc++@ on patches which
affect it.


On Sat, Oct 02, 2004 at 04:28:56PM -0700, H. J. Lu wrote:
>  include $(top_srcdir)/fragment.am
>  
> +# Set up library path if needed.
> +@set_gcc_lib_path@
> +
>  if GLIBCXX_HOSTED
>    hosted_source = libmath src po testsuite
>  endif
[...]
>  
>  include $(top_srcdir)/fragment.am
>  
> +# Set up library path if needed.
> +@set_gcc_lib_path@
> +

These need some comments.  Pointing to the TC_AM_blahblahblah macro is
probably good enough.  Something, at the very least, indicating what's
responsible for setting the value.

Has this been regtested on platforms other than ia64?


-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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