This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r169483 - in /branches/google/integration: Chan...


Author: simonb
Date: Tue Feb  1 15:15:12 2011
New Revision: 169483

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169483
Log:
Modify --with-pic to accept a list of library names.

Modify the --with-pic configuration option to accept a list of library names.
In this mode, the specified libraries are built with -fPIC, whereas all
other libraries are built in the default mode.

This is needed so that libgfortran.a can be included in shared libraries
without affecting the behavior of other static runtime libraries.

ChangeLog.google:
2011-01-31  Simon Baldwin  <simonb@google.com>

	* ltoptions.m4: modify --with-pic to accept a list of library names.

libgomp/ChangeLog.google:
zlib/ChangeLog.google:
libstdc++-v3/ChangeLog.google:
libmudflap/ChangeLog.google:
boehm-gc/ChangeLog.google:
libjava/ChangeLog.google:
gcc/ChangeLog.google:
libobjc/ChangeLog.google:
libgfortran/ChangeLog.google:
libffi/ChangeLog.google:
libssp/ChangeLog.google:
2011-01-31  Simon Baldwin  <simonb@google.com>

	* configure: Rebuild.

Google ref: 39425, 35436, 23273


Added:
    branches/google/integration/libstdc++-v3/ChangeLog.google
Modified:
    branches/google/integration/libstdc++-v3/configure

Changes in other areas also in this revision:
Added:
    branches/google/integration/boehm-gc/ChangeLog.google
    branches/google/integration/libffi/ChangeLog.google
    branches/google/integration/libgfortran/ChangeLog.google
    branches/google/integration/libjava/ChangeLog.google
    branches/google/integration/libobjc/ChangeLog.google
    branches/google/integration/libssp/ChangeLog.google
    branches/google/integration/zlib/ChangeLog.google
Modified:
    branches/google/integration/ChangeLog.google
    branches/google/integration/boehm-gc/configure
    branches/google/integration/gcc/ChangeLog.google
    branches/google/integration/gcc/configure
    branches/google/integration/libffi/configure
    branches/google/integration/libgfortran/configure
    branches/google/integration/libgomp/ChangeLog.google
    branches/google/integration/libgomp/configure
    branches/google/integration/libjava/configure
    branches/google/integration/libmudflap/ChangeLog.google
    branches/google/integration/libmudflap/configure
    branches/google/integration/libobjc/configure
    branches/google/integration/libssp/configure
    branches/google/integration/ltoptions.m4
    branches/google/integration/zlib/configure


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