This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217575 - in /trunk/gcc: ChangeLog config.gcc
- From: hjl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 14 Nov 2014 16:43:24 -0000
- Subject: r217575 - in /trunk/gcc: ChangeLog config.gcc
Author: hjl
Date: Fri Nov 14 16:43:23 2014
New Revision: 217575
URL: https://gcc.gnu.org/viewcvs?rev=217575&root=gcc&view=rev
Log:
Don't enable IFUNC by default for Android and uclibc
* config.gcc (default_gnu_indirect_function): Set to yes
for i[34567]86-*-linux* and x86_64-*-linux* if not targeting
Android nor uclibc.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc