]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 16:38:10 +0000 (16:38 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 16:38:10 +0000 (16:38 +0000)
commit78de65bca3a3e8d99bafd5ad3d2d5caaeba55c14
treeebacaa694ad2837c4490e108f3bbd2e38a3963e2
parent73a9a75eabae5bc5121035f2dd21864c2e282546
2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>

* config.gcc (powerpc*-*-*): Add support for a new configure
option --with-advance-toolchain=<xxx> which overrides using the
default header files, libraries and dynamic linker.

* config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
specs to support the configure --with-advance-toolchain=<xxx>
option.
(INCLUDE_EXTRA_SPEC): Likewise.
(LINK_OS_EXTRA_SPEC32): Likewise.
(LINK_OK_EXTRA_SPEC64): Likewise.
(LINK_OS_NEW_DTAGS_SPEC): Likewise.
(DYNAMIC_LINKER_PREFIX): Likewise.
(CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
toolchain support.
(GLIBC_DYNAMIC_LINKER32): Likewise.
(GLIBC_DYNAMIC_LINKER64): Likewise.
(LINK_OS_LINUX_SPEC32): Likewise.
(LINK_OS_LINUX_SPEC64): Likewise.

* doc/install.texi (--enable-advance-toolchain=<xx>): Document new
configuration option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224095 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/linux64.h
gcc/doc/install.texi