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]

r169357 - in /branches/google/integration/gcc: ...


Author: simonb
Date: Fri Jan 28 14:14:56 2011
New Revision: 169357

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169357
Log:
Include build sysroot in GCC_FOR_TARGET, and use it when running tests.

When gcc is configured with --with-build-sysroot, the same -sysroot needs
to be passed to both the build and the test phase.  This change propagates
any -sysroot to the dejagnu tests.

Targeted for the google/integration branch.

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

	* configure.ac: Add new SYSROOT_CFLAGS_FOR_TARGET variable.
	* configure: Rebuild from configure.ac.
	* Makefile.in: Add SYSROOT_CFLAGS_FOR_TARGET to GCC_FOR_TARGET.

Google ref: 39277


Modified:
    branches/google/integration/gcc/ChangeLog.google
    branches/google/integration/gcc/Makefile.in
    branches/google/integration/gcc/configure
    branches/google/integration/gcc/configure.ac


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