Il 11/12/2012 23:00, H.J. Lu ha scritto: > ## The mysterious backslash in the grep pattern is consumed by make. > -lib_gnu_awt_xlib_la_LDFLAGS = ../libstdc++-v3/src/libstdc++.la \ > +lib_gnu_awt_xlib_la_LDFLAGS = $(LIBSTDCXX_RAW_CXX_LDLAGS) \ > @X_PRE_LIBS@ @X_LIBS@ -lX11 @X_EXTRA_LIBS@ \ > -rpath $(toolexeclibdir) $(LIBJAVA_LDFLAGS_NOUNDEF) \ > -version-info `grep -v '^\#' $(srcdir)/libtool-version`
I'm not sure this comment about the mysterious backslash is actually true. Anyway, unrelated to this patch. Ok for trunk, thanks. Paolo