3 Aug 2005 23:03
more verbosity in libstdc++ configure
Geoffrey Keating <gkeating <at> apple.com>
2005-08-03 21:03:00 GMT
2005-08-03 21:03:00 GMT
I noticed that there were a few places in the libstdc++ configury that make tests but don't print out the results; this improves them. Tested by building libstdc++ native on powerpc-darwin and cross to i686-darwin. -- - Geoffrey Keating <geoffk <at> apple.com> ===File ~/patches/libstdc++-configstatusmessages.patch====== 2005-08-03 Geoffrey Keating <geoffk <at> apple.com> * acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print status messages. (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise. (GLIBCXX_CHECK_POLL): Likewise. (GLIBCXX_CHECK_WRITEV): Likewise. (GLIBCXX_CHECK_INT64_T): Likewise. (GLIBCXX_CHECK_LFS): Likewise. * configure: Regenerate. Index: acinclude.m4 =================================================================== RCS file: /cvs/gcc/gcc/libstdc++-v3/acinclude.m4,v retrieving revision 1.321 diff -u -p -u -p -r1.321 acinclude.m4 --- acinclude.m4 27 Jul 2005 18:27:56 -0000 1.321 +++ acinclude.m4 3 Aug 2005 18:40:52 -0000 <at> <at> -333,6 +333,7 <at> <at> dnl _GLIBCXX_RES_LIMITS if we can set a(Continue reading)
RSS Feed