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]

r169366 - in /branches/google/integration/libgo...


Author: simonb
Date: Fri Jan 28 18:04:33 2011
New Revision: 169366

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169366
Log:
Pass CC to the libgomp testsuite to capture -sysroot.

Pass CC to the libgomp testsuite.  This is required for running tests where
gcc is configured with a custom sysroot, and CC therefore includes a -sysroot
flag.

Targeted for the google/integration branch.

libgomp/ChangeLog.google:
2011-01-28  Simon Baldwin  <simonb@google.com>

	* configure.ac: Add testsuite/gompconfig.exp to config files.
	* configure: Rebuild from configure.ac.
	* testsuite/config/default.exp: Load gompconfig.exp.
	* testsuite/lib/libgomp.exp (libgomp_init): Exec all of $CC_UNDER_TEST.
	* testsuite/gompconfig.exp.in: New.

Google ref: 39294


Added:
    branches/google/integration/libgomp/ChangeLog.google
    branches/google/integration/libgomp/testsuite/gompconfig.exp.in
Modified:
    branches/google/integration/libgomp/configure
    branches/google/integration/libgomp/configure.ac
    branches/google/integration/libgomp/testsuite/config/default.exp
    branches/google/integration/libgomp/testsuite/lib/libgomp.exp


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