This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Fix / clean-up config vs crosses (5/n): avoid a TRY_RUN
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 25 Aug 2008 10:09:20 -0700
- Subject: Re: [v3] Fix / clean-up config vs crosses (5/n): avoid a TRY_RUN
- References: <48B1F39C.6060605@oracle.com>
Paolo Carlini wrote:
Isn't this:
! AC_MSG_CHECKING([for "/dev/random" and "/dev/urandom" for TR1
random_device])
AC_CACHE_VAL(glibcxx_cv_random_tr1, [
! if test -r /dev/random && test -r /dev/urandom; then
! glibcxx_cv_random_tr1=yes;
! else
! glibcxx_cv_random_tr1=no;
! fi
checking a property of the build machine, unrelated to the target machine?
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713