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]

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


Author: simonb
Date: Thu Jan 27 11:48:01 2011
New Revision: 169330

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169330
Log:
Add --with-runtime-root-prefix to specify a prefix for the dynamic linker.

Using --with-runtime-root-prefix allows control over the path to the dynamic
linker for cases where the default needs to be permanently overridden.

Targeted for the google/integration branch.

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

	* configure.ac: Add --with-runtime-root-prefix option.
	* configure: Rebuild from configure.ac.
	* Makefile.in: Support --with-runtime-root-prefix.
	* doc/install.texi: Document --with-runtime-root-prefix.
	* gcc/config/linux.h: Add runtime root prefix to dynamic linker path.
	* gcc/config/i386/linux.h: Ditto.
	* gcc/config/i386/linux64.h: Ditto.

Google ref: 38881, 37500, 24189, 12980


Modified:
    branches/google/integration/gcc/ChangeLog.google
    branches/google/integration/gcc/Makefile.in
    branches/google/integration/gcc/config/i386/linux.h
    branches/google/integration/gcc/config/i386/linux64.h
    branches/google/integration/gcc/config/linux.h
    branches/google/integration/gcc/configure
    branches/google/integration/gcc/configure.ac
    branches/google/integration/gcc/doc/install.texi


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