This is the mail archive of the gcc-patches@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]

Re: Remove unnecessary and harmful fixincludes for Android


On Mon, 4 Aug 2014, Alexander Ivchenko wrote:

> +2014-08-04  Alexander Ivchenko  <alexander.ivchenko@intel.com>
> +
> + * inclhack.def (stdio_va_list): Disable fix for *android*.

Testing for *android* is less than ideal, because of the possibility of 
configuring a *-linux* toolchain to have multilibs using various different 
C libraries (with -mandroid being used to select the Android multilib).  
So, specifying a bypass based on some relevant text that appears in the 
header would be better.

-- 
Joseph S. Myers
joseph@codesourcery.com


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