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]

r237897 - in /branches/google/gcc-4_9-mobile: c...


Author: ctice
Date: Thu Jun 30 21:30:27 2016
New Revision: 237897

URL: https://gcc.gnu.org/viewcvs?rev=237897&root=gcc&view=rev
Log:
Update configuration flags to work with Android.

This makes the following configuration flags &
changes, to make this version of GCC work properly
when building Android.

* Add a new configuration flag, --enable-libatomic-ifuncs, to
  enable/disable IFUNCS in libatomic library.
* Fix the gthreads include file	in libstdc++ configuration.
* Remove checks	for enable-bionic-libs in libstdc++.


Modified:
    branches/google/gcc-4_9-mobile/configure
    branches/google/gcc-4_9-mobile/configure.ac
    branches/google/gcc-4_9-mobile/libatomic/acinclude.m4
    branches/google/gcc-4_9-mobile/libatomic/aclocal.m4
    branches/google/gcc-4_9-mobile/libatomic/configure
    branches/google/gcc-4_9-mobile/libatomic/configure.ac
    branches/google/gcc-4_9-mobile/libstdc++-v3/acinclude.m4
    branches/google/gcc-4_9-mobile/libstdc++-v3/configure
    branches/google/gcc-4_9-mobile/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_9-mobile/libstdc++-v3/src/Makefile.in


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