This is the mail archive of the gcc-cvs@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]

r199738 - in /branches/google/main/libatomic: c...


Author: simonb
Date: Thu Jun  6 15:05:17 2013
New Revision: 199738

URL: http://gcc.gnu.org/viewcvs?rev=199738&root=gcc&view=rev
Log:
svn merge -r 199736:199737 svn+ssh://simonb@gcc.gnu.org/svn/gcc/branches/google/gcc-4_8

Fix libatomic testsuite for when GCC_UNDER_TEST is not plain xgcc.

Libatomic tests fail if GCC_UNDER_TEST is set to something other than a plain
xgcc invocation (for example, when $CC requires a special -sysroot).  Fix
testsuite files so that it uniformly uses CC_UNDER_TEST rather than any result
from libgloss find_gcc.


Added:
    branches/google/main/libatomic/testsuite/atomicconfig.exp.in
      - copied unchanged from r199737, branches/google/gcc-4_8/libatomic/testsuite/atomicconfig.exp.in
Modified:
    branches/google/main/libatomic/configure
    branches/google/main/libatomic/configure.ac
    branches/google/main/libatomic/testsuite/config/default.exp
    branches/google/main/libatomic/testsuite/lib/libatomic.exp


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