r169608 - in /branches/google/integration: gcc/...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Wed Feb 2 17:51:00 GMT 2011
Author: dnovillo
Date: Wed Feb 2 17:51:28 2011
New Revision: 169608
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169608
Log:
gcc/ChangeLog:
PR target/40125
* config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
t-dlldir{,-x} fragment for build and add it to tmake_file.
(i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
* Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
* config/i386/t-dlldir: New file.
(SHLIB_DLLDIR): Define.
* config/i386/t-dlldir-x: New file.
(SHLIB_DLLDIR): Define.
* config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
(SHLIB_INSTALL): Use it.
libgcc/ChangeLog:
PR target/40125
* configure.ac: Call ACX_NONCANONICAL_TARGET.
(toolexecdir): Calculate and AC_SUBST.
(toolexeclibdir): Likewise.
* Makefile.in (target_noncanonical): Import.
(toolexecdir): Likewise.
(toolexeclibdir): Likewise.
* configure: Regenerate.
Added:
branches/google/integration/gcc/config/i386/t-dlldir
branches/google/integration/gcc/config/i386/t-dlldir-x
Modified:
branches/google/integration/gcc/ChangeLog
branches/google/integration/gcc/Makefile.in
branches/google/integration/gcc/config.gcc
branches/google/integration/gcc/config/i386/t-cygming
branches/google/integration/libgcc/ChangeLog
branches/google/integration/libgcc/Makefile.in
branches/google/integration/libgcc/configure
branches/google/integration/libgcc/configure.ac
More information about the Gcc-cvs
mailing list